body { 
	background-color: #fff; 
	font-family: Verdana, Helvetica, Arial, sans-serif ;
	text-align: center;
}
A:link { 
	color: #030; 
	text-decoration: underline; 
	font-weight:normal 
}                                                                                                                                                                                         
A:active {                                                                                                                                                                                
	color: #030; 
	text-decoration: underline; 
	font-weight:normal 
}                                                                                                                                                                                         
A:visited { 
	color: #030; 
	text-decoration: underline; 
	font-weight:normal 
}                                                                                                                                                                                         
A:hover { 
	background-color:#eaf5ea; 
	color: #030 
}                                                                                                                                                                                       

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #060; 
	font-size: 26px; 
	font-weight:normal;
	font-style:italic;
}
.bodyText { 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #060; 
	font-size: 13px; 
	font-weight:normal;
}                      

.details { 
	margin-left:15px;
	color: #333; 
	font-size: 9px; 
}                      
.subHeading { 
	color: #363; 
	font-size: 22px; 
	font-weight:normal;
	margin:0 0 5px 0;
}                      
.img { 
	border: 3px solid #CCEBD6; 
	margin:0 0 10px 0;
	padding:2px;
}
.img a:hover {
	background-color: #fff; 
}                      
.navigation { 
	color: #060; 
	font-size: 10px; 
	font-weight: bold; 
}                      


