﻿body
{
	background-color: #3D3C3D;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	text-align: center;
}
H1
{
	font-size: 16px;
	font-weight: bold;
}
H2
{
	font-size: 14px;
}
H3
{
	font-size: 9pt;
	font-weight: bold;
}
#Footer
{
	border-top: solid 1px Gray;
	font-size: 9px;
}
A:link
{
	text-decoration: none;
	color: Gray;
}
A:visited
{
	text-decoration: none;
	color: Gray;
}
A:hover
{
	text-decoration: underline;
}
