body {
	background-color : Black;
	margin: 0px;
	font-family: Arial;
}
H1 {font-size: 16pt; color:#000000; text-decoration: none; margin-top: 0px;}
H2 {font-size: 14pt; color:#000000;}
H3 {font-size: 12pt; color:#000000;}
H4 {font-size: 12px; color:#000000;}

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #740375;
}

a:hover {
	text-decoration: underline ;
}

th {
	background-color : #B0C0D8;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
fieldset
{
	background-color: ghostwhite;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
fieldset p input, fieldset p textarea
{
	background-color: lightcyan;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
}
fieldset p label
{
	display: inline-block;
	width: 100px;
}