body {
	background-color:#FFFFFF;
	background-image: url(bg.PNG);
	background-repeat: repeat-y;
      	font-family: "Georgia", "MS Sans serif", sans-serif; 
      	font-size: 9px; 
	font-weight: normal;
      	color: #C00000; 
	scrollbar-face-color: #000000; 
	scrollbar-track-color: transparent; 
      	scrollbar-highlight-color: #ffffff; 
      	scrollbar-3dlight-color:#000000;
      	scrollbar-shadow-color: #000000; 
      	scrollbar-darkshadow-color: #000000;
     	scrollbar-arrow-color: #000000;
	cursor: crosshair;
	
}

p { 
	font-family: "Lucida Console";
    	font-size: 15px; 
    	color: #000000; 
    	font-weight:normal;
	text-align: justify;
	

}

.head {
	font-family: "Lucida Console";
    	font-size: 15px;
	font-weight: bold;
	text-transform: normal;  
    	color: #000000;
	
	margin-bottom: -15px;
}	


A:link {
	
	color:#000000;	
	font-weight: bold;
	text-decoration: none;
}

A:visited { 
	
	color:#000000;
	font-weight: bold;
	text-decoration: none;
        
}


A:hover { 
	
	color: #ffffff;
	background-color: #ffffff;
	cursor: crosshair;
	font-weight: bold;
      	text-decoration: none;
}


A:active {
	
	color:#000000;
	font-weight: bold;      
	text-decoration: none;
}