a:link { color: blue; font-size: 11px; font-family: Verdana; text-decoration: none;}
a:visited { color: blue; font-size: 11px; font-family: Verdana; text-decoration: none; }
a:hover { color: red; font-size: 11px; font-family: Verdana; background-color: yellow; text-decoration: none; }
a:active { color: blue; font-size: 11px; font-family: Verdana; text-decoration: none; }
