body {
margin: 0pt;
padding: 0pt;
color: rgb(255, 255, 255);
font-size: 11px;
font-family: 'Tahoma';
height: 100%;
background-color: rgb(0, 0, 67);
}

#title {
position:absolute;
top: 10px;
left: 10px;
}

a:link {
text-decoration: none;
color: rgb(255, 255, 255);
font-size: 13px;
}
a:visited {
text-decoration: none;
color: rgb(255, 255, 255);
font-size: 13px;
}
a:active {
text-decoration: none;
color: rgb(255, 255, 255);
font-size: 13px;
}
a:hover {
color: #fcf68e;
text-decoration: underline;
font-size: 15px;
}
