body {
	background-color: #000000;
}
h1 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #FFFF00;
}
p {
	font-family: Arial;
	font-size: small;
	color: #0066FF;
}
a:link {
	color: #3366FF;
}
a:visited {
	color: #3333CC;
}
a:active {
	color: #FF0000;
}
h2 {
	color: #FFFF00;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
}