a:link       { color: navy; text-decoration: none; }
a:visited    { color: navy; text-decoration: none; }
a:hover      { color: white; text-decoration: none; color: #666666; background-color: #EEEEEE; }
a:active     { color: gray; text-decoration: none; }

a.special:link    { color: white; text-decoration: none; }
a.special:visited { color: white; text-decoration: none; }
a.special:hover   { color: white; text-decoration: none; color: black; background-color: #97A5B0; }
a.special:active  { color: black; text-decoration: none; }

body { font-family: Georgia; font-size: 12pt; color: #000000 }
