BODY {
	color : White;
	background-color : #000066;
	font-family : Arial, sans-serif;
	font-size : 12px;
	padding : 0px;
	margin : 0px;
	height : 100%;
	width : 100%;
	overflow : hidden;
	}
	
TD {
	font-family : Arial, sans-serif;
	font-size : 12px;
	}

A {
	color : White;
	text-decoration : none;
}

A:ACTIVE {
	color : #FF9900;
	text-decoration : none;
}


A:HOVER {
	color : #FF9900;
	text-decoration : none;
}