﻿body {
	text-align: center;
	color: #FFFF00;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: #000000;
}
a:link {
	color: #FF9933;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #33CC33;
	font-weight: bold;
}
h1 {
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	margin-left: 5px;
	margin-right: 5px;
}
