BODY {
	color : Black;
	background-color : White;
	font-family : "Times New Roman", "Courier New", Courier, serif;
}

A {
	color : Blue;
}

A:HOVER {
	color : #99CCFF;
	
}
H1{
	color : #000099;
	letter-spacing : 0px;
	text-align : center;
	font-size : 40px;
	margin-top :20px;
	text-shadow : ActiveBorder;
	font-family : "Allegro BT",;
	font-weight : lighter;
	}
	
H2{
	color : #000099;
	letter-spacing : 0px;
	text-align : left;
	font-size : 20px;
	border-top-style : hidden;
	border-top-width : thick;
	margin-left : 25px;
	}
	
H3{
	color : Black;
	letter-spacing : 0px;
	margin-top : 12px;
	font-size : 16px;
	font-weight : lighter;
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 25px;
	}

H4{
	color : #000099;
	letter-spacing : 0px;
	text-align : center;
	font-size : 22px;
	border-top-style : hidden;
	border-top-width : thick;
	margin-top : 20px;
	}
	
H5{
	letter-spacing : 0px;
	text-align : center;
	font-size : 11px;
	color : Black;
	}	
		
EM {
	font-size : 16px;
	font-weight : 900;
	color : #000066;
	}
	
H6{
	letter-spacing : 0px;
	text-align : right;
	font-size : 20px;
	color : #990011;
	margin-right : 25px;
	}

		
