body {
	background-color: #333333;
}

td {
	font-family: arial, Helvetica, sans-serif;
	color: white;
	font-size: 12;
}

a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a:active {
	color: white;
	text-decoration: underline;
}