body {
font-family: verdana;
text-align: center;
margin: 0;
padding: 0;
background-color: #A0A0FF;
color: #e8e8e8;
}

a {
color: #000088;
text-decoration: none;
}

a:visited {
color: #a500a5;
}

a:hover{
color: #000000;
text-decoration: underline;
}