BODY, TD {
	color: WHITE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

BODY {
	background : #000033;
}


A {
	color: #990000;
	text-decoration: none;
}

A:Hover {
	color: #FF3300;
	text-decoration: underline;
}
A:Visited {
	color: Silver;
	text-decoration: line-through;
}

HR {
	height: 1pt;
	color: #FF0000;
}

