

body{  
	font-family : "Arial";
	font-size : 12pt;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	}
	
	A:link{
	font-size : 12pt; 
	font-weight : normal; 
	font-style : normal ;
	text-decoration: underline; 
	color: #0000FF;
	}
	
	A:visited{
	font-size : 12pt;
	font-weight : normal; 
	font-style : normal ;
	text-decoration: underline; 
	color: #8A2BE2;
	}
	
	A:hover{
	font-size : 12pt; 
	font-weight : normal; 
	font-style : normal ;
	text-decoration: underline; 
	color: #FF0000;
	
	}



