h1
{
	margin: 0px;
	font-family: Georgia;
	font-size: 18px;
	color: #89751f;
}
h2
{
	margin: 0px;
	font-family: Georgia;
	font-size: 15px;
	color: #2c2002;
}
h3
{
	margin: 0px;
	font-family: Georgia;
	font-size: 12px;
	color: #2c2002;
	text-transform: uppercase;
}
ul
{
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}
li
{
	list-style-type: square;
}
td
{
	font-family: 'Trebuchet MS';
	color: #000000;
	font-size: 13px;
}
a
{
	color: darkblue;
	text-decoration: underline;
}
a:hover
{
	color: darkblue;
	text-decoration: none;
}
