body {
color : #000080;
}
a:link {
color : #0000FF;
text-decoration :  underline;
}
a:visited {
color : #e80000;
text-decoration :  underline;
}
a:active {
color : #0080ff;
text-decoration :  underline;
}
a:hover {
color : #000000;
background-color : #80ff80;
text-decoration :  none;
}
