body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #7c989b;
  font-size: 11px;
}

.header	{
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #b28359;
  background-color: #e7e2c5;
  }
  
.header a:link, .header a:visited, .header a:active	{
	color: #b28359;
	text-decoration: none;
	}
	
.header a:hover	{
	color: #b28359;
	text-decoration: underline;
	}
	
.homecontent	{
  font-size: 13px;
  padding: 10px;
  }
  
.content	{
  font-size: 11px;
  padding: 10px;
  }
  
.footer	{
  font-size: 9px;
  color: #333333;
  text-align: center;
  padding-top: 8px;
  }
  
.footer a:link, .footer a:visited, .footer a:active	{
  color: #e7e2c5;
  text-decoration: none;
  }
  
.footer a:hover	{
  color: #e7e2c5;
  text-decoration: underline;
  }
   