body {
	margin: 20px;
	font-size: 10pt;
	background-color: black;
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: #0080ff;
}

a:visited {
	text-decoration: none;
	color: white;
}
