

a:link {
font-weight: bold;
color: #800517;
text-decoration: none;
/*background-color: #003399;*/
}
a:visited {
color: #736f6e;
text-decoration: none;
/*background-color: #003399;*/
font-weight: bold;
}
a:hover {
color: #FF0000;
/*background-color: #003399;*/
font-weight: bold;
}
a:active {
color: #990000;
text-decoration: none;
/*background-color: #003399;*/
font-weight: bold;
}