	body{ 
		background-color: EEEEEE; 
		margin-bottom: 0;
		margin-top: 5;
		}		
		
	A:Link {font-family: Arial;
		font-size: 10pt;	
		font-weight: bold;	
		text-decoration: none;
		color:black}
		
	A:Visited {font-family: Arial;
		font-size: 10pt;	
		font-weight: bold;	
		text-decoration: none;
		color:black}

	A:Hover {font-family: Arial;
		font-size: 10pt;		
		font-weight: bold;
		text-decoration: underline;
		color:green}

	P {font-family: Arial;
		font-size: 10pt;		
		color:black}

	H1 	{font-family: Arial;
		font-size: 18pt;		
		color:black}
		
	H2 	{font-family: Arial;
		font-size: 10pt;	
		display: inline;
		color:green}	

	HR	{
	
	color: Green;
	border-color : Green;
	border-style : solid;
	
	background-color : Green;
	border-width : 0px 0px 0px 0px;
	margin : 0;
	padding: 0;
	line-height : 12px;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}


