

body {
 background-color: FFFFFF;
 font-family: Arial;
 color: Black;
 text-align: center;
 }





div#container
{
	position: absolute; left: 5px;
	width: 950px;
	text-align: left;
	padding: 10px;
	background-color: FFFFFF;
}


div#menu	{
	position: absolute; left: 10px;
	width: 150px;
 	font-family: Arial;
	text-align: left;
	background-color: FFFFFF;
	
}



div#main	{
	margin-left: 200px;
 	font-family: Arial;
	text-align: left;
	background-color: FFFFFF;
	}




a:link { 
	color: "blue";
	}
a:visited { 
	color: "red";
	}



h1	{
	text-align: center
}

h2	{
	text-align: center
}

h3	{
	text-align: center
}

h3#sitemap	{
	text-align: left
}

h4	{
	text-align: center
}

h5	{
	text-align: center
}

h6	{
	text-align: center
}

h7	{
	text-align: center
}