﻿body {
	background-color: black;
	font-family: trebuchet, verdana, arial;
	font-size: 11px;
	color: white;
}

a:link, a:visited {
	color: #0066ff;
}

a:active, a:hover {
	color: #5bb8ff;
	text-decoration: none;
}

.main {
	width: 500px;
	position: absolute;
	top: 30;
	left: 100;
}