﻿body
{
	padding: 0px;
	margin: 1px;
	font-family: 'Times New Roman' , Times, serif;
	top: 1px;
	height: auto;
	list-style-type: circle;
	background-color: #FFFFFF;
	z-index: inherit;
	position: relative;
	overflow: scroll;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #008000;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #008000;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #008000;
}
.menu
{
	padding: 0px;
}

a.menu
{
	color: #000000;
	text-decoration: none;
}
a.menu:visited
{
	color: #000000;
}
a.menu:link
{
	color: #000000;
}
a.menu:hover
{
	color: #008000;
	text-decoration: underline;
}
