H1 {
	background: #003333; color: White; text-align: center; font: serif; font-size: large 
}
H2 {
	background-color : #003333; 
	color: #ffffff;
	font-family : serif;
	font-weight : bold;
	font-variant : small-caps;
}
A:LINK {
	color: #003333;
	font-family : serif;
	font-size : medium;
	font-weight : normal;
}

A:HOVER {
	background-color : transparent;
	color: Maroon;
}
A:VISITED {
	color: #2F4F4F;
}
A:ACTIVE {
	color: #003333;
}
 P.intro {
	text-indent : 25px;
	font-family : serif;
	font-weight : bold;
	background-color : #F5F5DC;
}
 P {
	text-align : justify;
	font-family: serif;
	font-size : medium;
}

HR {
	color: #003333; width: 100%; height: 5	;
}




