/* CSS Document */

a.yellow:link {color: #FFCC00; text-decoration: none}
a.yellow:active {color: red; text-decoration: none}
a.yellow:visited {color: #FFCC00; text-decoration: none}
a.yellow:hover {color: black; text-decoration: bold; background: #FFFF99}
a.green:link {color: #336633; text-decoration: none}
a.green:active {color: yellow; text-decoration: none}
a.green:visited {color: #336633; text-decoration: none}
a.green:hover {color: black; text-decoration: bold; background: #FFFF99}
a.black:link {color: black; text-decoration: none}
a.black:active {color: red; text-decoration: none}
a.black:visited {color: black; text-decoration: none}
a.black:hover {color: black; text-decoration: bold; background: #FFFF99}
a.blue:link {color: #000066; text-decoration: none}
a.blue:active {color: red; text-decoration: none}
a.blue:visited {color: #000066; text-decoration: none}
a.blue:hover {color: black; text-decoration: bold; background: 
#FFFF99}
a.white:link {color: white; text-decoration: none}
a.white:active {color: red; text-decoration: none}
a.white:visited {color: white; text-decoration: none}
a.white:hover {color: black; text-decoration: bold; background: #FFFF99}

