body	{
	background-color: FCEDD0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: overline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #7B8457;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #7B8457;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #7B8457;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7B8457;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #7B8457;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:#7B8457;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#CCCC00;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#66FF66;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#66FF66;
	}	
		
A.Copyright	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#669900;
	}	
