BODY {
	background-color : #000033;
	font-family : Verdana;
	font-size : 80%;
	color : #FFFFCC;
	scrollbar-base-color : #000033;
	scrollbar-arrow-color : #FFFFCC;
	scrollbar-shadow-color : #FFFFCC;
	scrollbar-highlight-color : #FFFFCC;
}
A:LINK {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}

A:VISITED {
	color : #00CCFF;
	text-decoration : none;
	font-weight : bold;
}

A:ACTIVE {
	color : White;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #FFFFCC;
	text-decoration : none;
	font-weight : bold;
}

H1 {
	font-family : Verdana;
	text-decoration : none;
	text-align : center;
	font-size : 220%;
}

H3 {
	font-family : Verdana;
	text-decoration : none;
	text-align : center;
	font-size : 140%;
}
H4 {
	font-family : Verdana;
	text-align : center;
	font-size : 100%;
	text-decoration : none;
}

TABLE {
	border : thin solid #FFFFCC;
}

TH {
	background : #006699;
	font-family : Verdana;
	font-size : 80%;
	color : #FFFFCC;
}
TD {
	font-family : Verdana;
	font-size : 80%;
	color : #FFFFCC;
}


