/* CSS Document */

a.yellow:link {color: blue; text-decoration: none}
a.yellow:active {color: red; text-decoration: none}
a.yellow:visited {color: blue; text-decoration: none}
a.yellow:hover {color: black; text-decoration: bold; background: #FFF999}
a.red:link {color: blue; text-decoration: none}
a.red:active {color: yellow; text-decoration: none}
a.red:visited {color: blue; text-decoration: none}
a.red:hover {color: #00FF00; text-decoration: bold; background: #FF0000; font-size:8pt}