/* CSS Document */

a:link { text-decoration: none; color: #FF0000; font-weight: bold}
a:visited { text-decoration: none; color: #CC6600; font-weight: bold}
a:active { text-decoration: none; color: #CC6600; font-weight: bold}
a:hover { color: #00FFFF} 

