

body{  
	font-family : "Arial";
	font-size : 14pt;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	}
	
	A:link{
	font-size : 14pt; 
	font-weight : normal; 
	font-style : normal ;
	text-decoration: underline; 
	color: #8A0808;
	}
	
	A:visited{
	font-size : 14pt;
	font-weight : normal; 
	font-style : normal ;
	text-decoration: underline; 
	color: #B40404;
	}
	
	A:hover{
	font-size : 14pt; 
	font-weight : normal; 
	font-style : normal ;
	text-decoration: underline; 
	color: #0B0B61;
	
	}




