

body{  
	font-family : "Arial";
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	}
	
	A:link{
	font-size : 10pt; 
	font-weight : normal; 
	font-style : normal ;
	text-decoration: none; 
	color: #005c42;
	}
	
	A:visited{
	font-size : 10pt;
	font-weight : normal; 
	font-style : normal ;
	text-decoration: none; 
	color: #005c42;
	}
	
	A:hover{
	font-size : 10pt; 
	font-weight : normal; 
	font-style : normal ;
	text-decoration: underline; 
	color: #d59f0f;
	
	}



