.center
	{
	text-align: center;
	}
body
	{
	background-color: rgb(110,120,75);
	}

a:link
	{
	font-family: lucida sans;
	color:white;
	font-size:13pt;
	text-decoration:none;
	}
a:visited 
	{
	font-family: lucida sans;
	color:white;
	font-size:13pt;
	text-decoration:none;
	}
a:hover
	{
	font-family: lucida sans;
	color:rgb(30,30,30);
	font-size:13pt;
	text-decoration:none;
	}
	
span.center
{
display:block;
color: white;
width:240;
text-align:center;
}

h3
	{
	font-family: lucida sans;
	font-size:30;
	color:white;
	text-align:center;
	margin-top: 30px;
	}
	
h4
	{
	font-family: lucida sans;
	font-size:25;
	color:white;
	text-align: center;
	}
h5
	{
	font-family: lucida sans;
	font-size:13;
	color: Black;
	margin-right: 200px;
	margin-left: 200px;
	}
h6	
	{
	font-family: lucida sans;
	font-size:15;
	color:white;
	border-bottom: black single medium;
	margin-right: 200px;
	margin-left: 200px;
	}
