HTML, BODY {
	margin: 0;
	background-color: black;
}

H1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #D23500;
}

P, TD {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

A:link, A:visited, A:active {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #AAAAAA;
}

A:hover {
	font-family: Arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color:  red;
}


INPUT, TEXTAREA {
	border: solid 1 #AAAAAA;
}

.contact {
	color: White;
}

.required {
	color: red;
	font-weight: bold;
	font-size: 9pt;
	}
