	<!--
body
{
	font-family: Times New Roman,Times;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFC;
	text-decoration: none;
	background-image: url(background.gif);
	background-attachment: fixed;
} 
	 
	p,blockquote,li,ol,ul,td	
	{
		font-family: Times New Roman,Times;
		font-size: 18px;
		font-style: normal;
		line-height: 28px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: black;
		text-decoration: none;
	} 
	
	
  	a:link {
  		font-family: Times New Roman,Times; 
         	 color: #933;
          	text-decoration: underline;
         	 background: transparent;
 		}

 	a:visited 	
 	{
 		font-family: Times New Roman,Times;
 		color: #933;
 		text-decoration: line through;
 		background: transparent;
 	}
	
	-->