a:link {
	color:#0000FF;
	text-decoration:none;
	font-family:"Century Gothic";
	letter-spacing:normal;
	font-size:14px;
}

a:visited {
  color:#0000FF;
  text-decoration:none;
  	letter-spacing:normal;
	font-size:14px;

}

a:hover {
	text-decoration: none;
	color:#00FF00;
		letter-spacing:normal;
	font-size:14px;

}


 body {
  
  background-image:url(assets/background2.gif);
  background-repeat:inherit; 
/*  background-color:#996600; */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
/*  color:#996600;  */
  color:#000000;
}

h1 { font-size:48px;
		margin-top:1px;
		margin-bottom:1px;
		font-family:"Century Gothic"; 
		

}

 h2 {
   	font-family:"Tempus Sans ITC";
			font-family:"Century Gothic"; 

   	color:#000000;
	margin-bottom:1px;
	}
	
h3 { 
	color:#9933CC;
   	font-family:"Tempus Sans ITC";
	margin-top:1px;
	margin-bottom:1px;
	font-size:18px;
}
	
p {
	margin-top:1px;
  }

.menu {   
  
/*	background-color:#dddddd;     */
	background-color:#FFFFFF;
   	font-family:"Tempus Sans ITC";
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
}

.questions {
   	font-family:"Tempus Sans ITC";
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
}

.contact {
font-size:12px;
}

.header {   
  
    
    background-image: url(assets/headerBackground.gif);
	background-repeat: inherit;  
   	font-family:"Tempus Sans ITC";
	font-family:"Century Gothic";

}

.photo 
{

border:4px solid black;
margin:5px;
}


.theMain {   
  background-color:#FFFFFF;

} 



