html, body {
background:rgb(245,245,255);
font-family: Arial,Helvetica,sans-serif;
color: rgb(5,10,0);
font-size: 12px;
}

a:link, a:visited {
font-size: 12px;
color:rgb(20,10,0);
text-decoration:underline; 
}
a:hover, a:active {
font-size: 12px;
color:rgb(30,20,0);
text-decoration:underline;
}

