body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFF;
	color: #000;
}


h1
{
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bolder;
	background-color: #FFF;
	padding: 3pt 0pt 3pt 0pt;
}

h2
{
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
}

h3
{
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-variant: normal;
}

h4
{
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
}


a:link
{
	color: #039;
	text-decoration: none;
}

a:visited
{
	color: purple;
	text-decoration: none;
}

a:active
{
	color: red;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

