HTML {
	margin: 0;
	background-color: #777777;

}

H1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #990100;
}

BODY, P, TD, PRE {
	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: #990100;
}

A:hover {
	font-family: arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: black;
}


INPUT, TEXTAREA {
	border: solid 1 #AAAAAA;
}


