BODY,TD,TH,P,FORM,H1,H2,H3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	background-color: Red;
}

A:LINK, A:VISITED {
	color: White;
	text-decoration: none;
}

A:ACTIVE {
	color: Black;
	text-decoration: none;
}

B { font-weight: bold; }


H1 { font-size: x-large; }

H2 { font-size: large; }

H3 { font-size: medium; }

TH {
	font-weight: bold;
	text-align: center;
}

HR {
	
}
