<style type="text/css">
	body {background-color: "white"}

	h1,h2,h3
	{
	color: #12341D;
	font: arial;
	text-align: center
	}
	
	p 
	{
	color: black;
	font: medium Times New Roman,Times
	}
	
	p.indent
	{
	color: #black;
	font: bold medium Times New Roman,Times;
	text-indent: 1cm
	}
	
	p.nav
	{
	color: white;
	font: bold small Times New Roman,Times;
	text-align: center
	}
		
	
	ul
	{
	float:center;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}
	a.list
	{
	float:center;
	width:1.5em;
	text-decoration: none;
	text-align:center;
	font: bold medium Arial,Helvetica;
	color: white;
	background-color:#000066;
	padding:0em 0em;
	border-right:0px solid white;
	}
	a.list:hover {background-color:#800000}
	li {display:inline}
</style>