<style type="text/css">
A:link{
text-decoration: none;
color: #990000;
font-size: 10 px;
font-family: verdana;
font-weight: bold;
}
A:visited{
text-decoration: none;
color: #990000;
font-size: 10 px;
font-family: verdana;
font-weight: bold;
}
A:hover{
text-decoration: underline;
color: #990000;
font-size: 10 px;
font-family: verdana;
font-weight: bold;
}
A:active{
text-decoration: none;
color: #990000;
font-size: 10 px;
font-family: verdana;
font-weight: bold;
}
</style>