html, body
{
	background-color: #DBDBDB;
	margin: 0 2em 1em 2em;
	font-family: Georgia, Times New Roman, Times, serif;
}
h1
{
	color: #8F6D2B;
	font-family: Arial, Helvetica, san-serif;
	font-size: 3em;
	text-align: center;
}
h2
{
	color: #000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 2em;
	border-style: dotted;
	border-width: 0 0 1px 0;
	boder-color: #000;
}
h3 { color: #888888; }
p
{
	color: #242424;
}
a:link
{
	text-decoration: none;
	color: #428FDB;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #2B5D8F;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	background-color: #DBC242;
	color: #2B5D8F;
	font-weight: bold;
}
