body {
margin: 0;
background: 666666;
}

title {
position: relative;
top: -50px;
}

a:link {
text-decoration: none;
color:white;
}

a:visited {
text-decoration: none;
color:gray;
}

a:hover {
text-decoration: underline;
color:red;
}

a:active {
text-decoration: underline;
color:white;
}