BODY {
	font-family : Arial, sans-serif;
	font-size : x-small;
	padding : 0px;
	margin : 0px;
	height : 100%;
	width : 100%;
	overflow : auto;
	background-color : #021347;
	color : White;
	font : Arial, sans-serif;
	border : none;
	}

A {
	color : White;
	text-decoration : none;
}
TABLE {
	color : White;
	font-size : x-small;
	border : thin none;
}

A:ACTIVE {
	color : Red;
	text-decoration : none;
}

INPUT {
	border : thin groove Red;
	background : White;
	font : xx-small;
	font-size : xx-small;
}

TEXTAREA {
	border : thin groove Red;
	background : White
}





A:HOVER {
	color : Red;
	text-decoration : none;
}