body {
	background-color:#FBFCFF;
	background-image: url(harryherm1back.gif);
	background-repeat: repeat-y;
      	font-family: "Georgia", "MS Sans serif", sans-serif; 
      	font-size: 14px; 
	font-weight: normal;
      	color: #B09A80; 
	scrollbar-face-color: #FBFCFF; 
	scrollbar-track-color: transparent; 
      	scrollbar-highlight-color: #A68D71; 
      	scrollbar-3dlight-color:;
      	scrollbar-shadow-color: #A68D71; 
      	scrollbar-darkshadow-color: #69462A;
     	scrollbar-arrow-color: #A68D71;
	cursor: crosshair;
	
}

p { 
	font-family: "Trebuchet MS", "MS Sans serif", sans-serif;
    	font-size: 14px; 
    	color: #A68D71; 
    	font-weight:normal;
	text-align: justify;
	filter: dropshadow (offx=1,offy=1,color=#E2DAC6,positive=1);
	width: 100%;

}

.head {
	font-family: "trebuchet MS","MS Sans serif", sans-serif;
    	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;  
    	color: #8F7444;
	text-align:left;
	margin-bottom: -15px;
}	


A:link {
	
	color:#4F2D0A;	
	font-weight: bold;
	text-decoration: none;
}

A:visited { 
	
	color:#4F2D0A;
	font-weight: bold;
	text-decoration: none;
        
}


A:hover { 
	
	color: #ffffff;
	background-color: #4F2D0A;
	cursor: ne-resize;
	font-weight: bold;
      	text-decoration: none;
}


A:active {
	
	color:#4F2D0A;
	font-weight: bold;      
	text-decoration: none;
}