body {
	background-color:#DEA644;
	background-image: url(gback.jpg);
	background-repeat: repeat-y;
      	font-family: "Book Antiqua", "MS Sans serif", sans-serif; 
      	font-size: 12px; 
	font-weight: normal;
      	color: #101117; 
	scrollbar-face-color: #DEA644; 
	scrollbar-track-color: #DEA644; 
      	scrollbar-highlight-color: #FFF8EC; 
      	scrollbar-3dlight-color: #FFF8EC;
      	scrollbar-shadow-color: #CE791D; 
      	scrollbar-darkshadow-color: #CE791D;
     	scrollbar-arrow-color: #D2461C;
	cursor: crosshair;
	
}

p { 
	font-family: "Book Antiqua", "MS Sans serif", sans-serif;
    	font-size: 12px; 
    	color: #8B4513; 
    	font-weight:normal;
	text-align: left;
	margin-left: 3px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
	
	
	
	
}

.right{ 
	font-family: "Book Antiqua", "MS Sans serif", sans-serif;
    	font-size: 11px; 
    	color: #8B4513; 
    	font-weight:normal;
	text-align: right;
	margin-left: 3px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
	
	
}

.head {
	font-family: "Bookman Old Style", "MS Sans serif", sans-serif;
    	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;  
    	color: #ffffff;
	text-align:left;
	margin-left: 3px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
	filter:dropshadow(color=#808080, offx=1, offy=1, positive=1); width:350;
	

}	


A:link {
	
	color:#8B4513;
	font-weight:normal;
	text-decoration:none;
	
		
}

A:visited { 
	
	color:#8B4513;
	font-weight:normal;
	text-decoration: none;
        
}


A:hover { 
	
	color: #8B4513;
	background: url(ghover.jpg);
	text-decoration: none;
	font-weight:bold;
	border: 1px 1px 1px 1px;
	border-style: solid;
	cursor: help;
      
}


A:active {
	
	color:#8B4513;
	font-weight:normal;
	text-decoration: none;      
}