H1 {
	background: #003333; color: White; text-align: center; font: serif; font-size: large 
}
H2 {text-align:center;
	background-color : #F5F5DC;
	font-family : serif;
	font-variant : small-caps;
	font-size : medium;
}
A:LINK.nav {
	color:white;font:10pt
}
A:LINK {
	color: #003333;
	font-family : serif;
	font-size : medium;
	font-weight : normal;
}
A:HOVER.nav {color:white;font:10pt
	
}
A:HOVER {
	background-color : transparent;
	color: #006400;
}
A:VISITED.nav {
	color:white;font:10pt
}
A:VISITED {color: Gray;font-family : serif;
	font-size : medium;
	font-weight : normal;
}
A:ACTIVE.nav {
	color:white;font:10pt
}
A:ACTIVE {
	color: Silver; font-family : serif;
	font-size : medium;
	font-weight : normal;
}
 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 {
	background-color: #003333; color: #003333
}

DIV.nav  {text-align:center;background-color:black;
color:white; border:thick double #003333;
position:bottom;width:300;height;100;white-space:pre
}


