P  {}

H1  {
	color : White;
	background-color : #006699;
}

H2  {}

H3  {}

A  {
	font-size : 13;
	font-family : Arial;
	color : Yellow;
	font-weight : bold;
}

A:Visited  {
	font-size : 13;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
}

A:Active  {
	font-size : 13;
	font-family : Arial;
	color : Red;
}

A:Hover  {
	font-size : 13;
	font-family : Arial;
	font-weight : bold;
	color : Yellow;
	background-color : Black;
}

BODY  {
	background-color : #66FFFF;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin : 0;
}

.BlueBG  {
	background-color : #006699;
	font-size : 14;
	font-family : Times New Roman;
	color : White;
}

.GreenBG  {
	background-color : #006666;
}

HR  {
	height : 3;
	width : 64%;
}

