	<!--
body
{
	font-family: Verdana,Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330;
	text-decoration: none;
	background-color: #FFC;
} 
	 
	p,blockquote,li,ol,ul,td	
	{
		font-family: Verdana,Arial;
		font-size: 16px;
		font-style: normal;
		line-height: 26px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #330;
		text-decoration: none;
	} 
	
	h1	
	{
		font-family: Papyrus,Arial;
		font-size: 40px;
		font-style: normal;
		line-height: 40px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #330;
		text-decoration: none;
	} 
	
	h2	
	{
		font-family: Papyrus,Arial;
		font-size: 25px;
		font-style: normal;
		line-height: 25px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #330;
		text-decoration: none;
	} 
	
	h3	
	{
		font-family: Papyrus,Arial;
		font-size: 16px;
		font-style: normal;
		line-height: 24px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #330;
		text-decoration: none;
	} 
	
	
 	a:link 	
 	{
 		font-family: Verdana,Arial;
 		color: red;
 		text-decoration: underline;
 		background: transparent;
 	}

 	a:active 	
 	{
 		font-family: Verdana,Arial;
 		color: black;
 		text-decoration: none;
 		background: #FFFF00;
 	}

	a:visited {
		font-family: Verdana,Arial; 
 	color: black;
 	text-decoration: line through;
 	background: transparent;
		}

	a:hover	
	{
		font-family: Verdana,Arial;
		color: #600;
		text-decoration: underline;
		background: #FFF;
	} 
	
	-->