<style type="text/css">
A {
font-size : medium;
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : White;
background-color : Navy;
}
A:Visited {
font-size : medium;
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : White;
background-color : Navy;
}
A:Active {
font-size : medium;
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : White;
background-color : Navy;
}
A:Hover {
font-size : medium;
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : Lime;
text-decoration : none;
background-color : Teal;
}
</style>