
body
{
	font-family: Papyrus;
	font-size: 13px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #000000;
} 
	 
	p,blockquote,li,ol,ul,td	
	{
		font-family: Papyrus;
		font-size: 13px;
		font-style: normal;
		line-height: 26px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #000;
		text-decoration: none;
	}	
	
  	a:link  	
  	{
  		font-family: Papyrus;
  		color: #000;
  		font-weight: bold;
  		text-decoration: underline;
  		background: transparent;
  	}

  	a:active  	
  	{
  		font-family: Papyrus;
  		color: #000;
  		font-weight: bold;
  		text-decoration: none;
  		background-color: transparent;
  	}

 	a:visited 	
 	{
 		font-family: Papyrus;
 		color: #000;
 		font-weight: bold;
 		text-decoration: line through;
 		background: transparent;
 	}
 
	a:hover	
	{
		font-family: Papyrus;
		color: #066;
		text-decoration: underline;
	}  
