/* CSS Document */
a:link {font-size:2em; font-weight:bold; color: black; background: #FFCC00; text-decoration: none}
a:visited {font-size:2em; font-weight:bold; color: black; background: #FFCC00; text-decoration: none}
a:active {font-size:2em; font-weight:bold; color: black; background: #FFCC00; text-decoration: none}
a:hover {background: #FFFF00; font-weight:bold; color: red;}
 
