<style type="text/css">  
A {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color : #0000FF;
background : blue;
text-decoration : none;
}
A:Visited {
font-size : 15px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color : #FFFFFF;
background : transparent;
text-decoration : none;
}
A:Active {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color : #FFFFFF;
background : transparent;
text-decoration : none;
}
A:Hover {
font-size : 15px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color :#CCCCCC;
background : blue;
text-decoration : none;
}
</style>

