<style type="text/css">
A {
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : Blue;
}
A:Visited {
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : Blue;
}
A:Active {
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : Green;
}
A:Hover {
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : Blue;
text-decoration : overline;
}
</style>