A {
	text-decoration : none;
}
A:ACTIVE {
	color : Maroon;
}

A:FOCUS {
	color : Maroon;
}
A:VISITED {
	color : Blue;
	}
A:HOVER {
	color : Maroon;
	}
A:LINK {
	color : Maroon;
	}




			H1 {
	font-size : x-large;
	font-style : normal;
	font-variant : normal;
	font-weight : lighter;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	margin-bottom : auto;
	text-decoration : none;
	color : Maroon;
	display : block;
	float : none;
}

			H2 {
				text-align : left;
				font : italic large Arial, Helvetica, sans-serif;
				color : Navy;
			}
			H3 {
				font : lighter Arial, Helvetica, sans-serif;
				color : #1F099D;
			}
			
			H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding-bottom : 5px;
	padding-top : 5px;
	margin-bottom : 20px;
	margin-top : 5px;
}

			TABLE {
	border : thin solid;
	color : Black;
	background-color : F8C04E;
	padding : 2px 2px 2px 2px;
	margin : 10px 30px 30px 30px;
}

			TH {
				background-color : FAB005;
				font-weight : bold;
				text-align : center;
			}

			TD {
	text-align : left;
}




