/* Main */
body {
font-family: tahoma;
font-size: 12px;
background-color: white;
}

/* Links */
a:link { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: gray; }
a:hover { text-decoration: underline; font-weight: bold; font-size: 12px; color: white; 
}
