A:visited{
font-weight : bold;
text-decoration: none;
color : #808080;
}

A:hover {
font-weight : bold;
font-family : Arial;
color : #E4E4E4;
background : transparent;
text-decoration: underline;
} 


A:link {
text-decoration : none;
font-weight : bold;
font-family : Arial;
color : #FF8000;
}

A:active {
font-weight : bold;
font-family : Arial;
color : #808080;
text-decoration : none;
} 
