body {
	margin: 15px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dddddd;
}

td {
	font-size: x-small;
}

p {
	font-size: x-small;
}

a:link {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}


