body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #000000;
	color : #ffffff;
}
td {
	font-family : Arial, Helvetica, sans-serif;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
}
p {
	font-family : Arial, Helvetica, sans-serif;
}
pre {
	font-family : "Courier New", Courier, mono;
}
address {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : small;
}
a:link {
	color : #0066ff;
	text-decoration : none;
}
a:visited {
	color : #00ccff;
	text-decoration : none;
}
a:active {
	color : #ff0000;
	text-decoration : none;
}
a:hover {
	color : #ffff00;
	text-decoration : none;
}
