BODY {		
	font-weight: normal;	
	font-size: 30px;	
	font-family: verdana;	
	text-decoration: none;	
	color: navy;
}
a:link {	
	text-decoration: none;	
	color: green;
	font-size: 14px;
}
a:active {	
	text-decoration: none;	
	color: green;
}
a:visited {	
	text-decoration: none;	
	color: green;
}
a:hover {	
	text-decoration: none;	
	color: red;
}


span.bodytitle {	
	font-weight: bold;	
	font-size: 25px;	
	font-style=italic;
}
span.bodyheading {	
	font-weight: bold;	
	font-size: 18px;	
}
span.body {		
	font-weight: normal;	
	font-size: 14px;
}


