/* CSS Document */
	body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

	p {
	padding: 22px;
	line-height: 21px;
	width: 600px;
	text-align: left;
	}
	
	ul {
	line-height: 18px;
	width: 600px;
	text-align: left;
	}
	
	.address {
	color: #595959;
	}
	

	A  {
	color : red;  
	text-decoration : underline;
	}

	A:Visited   {
	        color : gray; 
	        text-decoration : underline; 
	}

	A:Active  {
		color : red; 
		text-decoration : underline; 
	}

	A:Hover  {
		color : orange;
	}















