	
body {
	background-color:white;
	font-family: Arial;
	font-size:10pt;			
	}
	
	a {
	 font-family:Arial;
	 font-size:10pt;	
	 text-decoration:none;
	 color:blue;
	 }
  
	a:hover {
		font-family:Arial;
	 	font-size:10pt;
		text-decoration:underline;
		color:blue;
	}
	
	


