 
BODY{
 color : white;
 background-color : #3a6ea5;
}
A:LINK{
 text-decoration : none;
 color : yellow;
}
A:VISITED{
 color : #ffff80;
 text-decoration : none;
}
A:ACTIVE{
 font-weight : bold;
 color : red;
 text-decoration : none;
 background-color : #ff8000;
}
A:HOVER{
 color : yellow;
 text-decoration : none;
 font-weight : bold;
 background-color : #ff8000;
}
