body{
	cursor:crosshair;
	scrollbar-face-color:#913B1A;
	scrollbar-shadow-color: #CBB083;
	scrollbar-highlight-color: #CBB083;
	scrollbar-3dlight-color: #913B1A;
	scrollbar-darkshadow-color: #CBB083;
	scrollbar-track-color: #CBB083;
	scrollbar-arrow-color: #CBB083;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #B38D5E;
	background-image: url(images/content_div.jpg);
	color: #6B5435;
	font-size: 11px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}


.head {
	color:#58472D;
	font-size:13px;
	font-family:"Verdana";
	text-align:left;
	letter-spacing: 4px;
	line-height: 46px;
	border-bottom-width: medium;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

A:link { 
    color: #663300;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
A:hover {
    color: #996600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	border-top: none;
	cursor: move;
	}
	
A:visited {
    color: #996633;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

