body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 24px;
}
p {
	font-size: 12px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
a:link {
	color: #00FFFF;
	text-decoration: none;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p, h1, h2 {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
li p {
	margin-left: 0px;
}
.MediumGrey {
	color: #666666;
}
hr {
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
