a:link {
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    color: #444444;
}

a:visited {
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    color: #444444;
}

a:hover {
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    color: #888888;
}

a:active {
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    color: #888888;
}

body {
    font-family: Verdana, Sans-Serif;
    font-style: normal;
    font-size: 12px;
}

td {
    font-family: Verdana, Sans-Serif;
    font-style: normal;
    font-size: 12px;
}

.row1 { background-color:#f2f2f2; }
.row2 { background-color:#d0d0d0; }
.row3 { background-color:#FFE4C4; }
.row4 { background-color:#B0E0E6; }
.row5 { background-color:#FFFACD; }
.row1:hover, .row2:hover, .row3:hover, .row4:hover, .row5:hover { background-color:#FFD700; }

.general {
    font-family: Verdana, Sans-Serif;
    font-style: normal;
    font-size: 12px;
}

.welcome {
    font-family: Verdana, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.errmsg {
    font-family: Verdana, Sans-Serif;
    font-style: normal;
    font-size: 12px;
    color: #ff0000;
}

.okmsg {
    font-family: Verdana, Sans-Serif;
    font-style: normal;
    font-size: 12px;
    color: #dd8800;
}

.errortitle {
    font-family: Verdana, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #ff0000;
}
