body {
font-size: 8;
font-face: Verdana;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0;
}

a {font-weight: bold;}
a:hover {color: blue;}
a.nohov:hover {background: none;}
a:link {color: blue; text-decoration:none}
a:visited {color: #486BE3; text-decoration:none}
a:link:hover, a:visited:hover { color: red; }
a:link:active, a:visited:active { color: black; }

table {
    font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; color: #333333;
}
td { text-align:left; }