﻿html, body {
	margin: 0px;
	padding: 10px;
}

body {
	font: small Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
}

a, a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}
