body {
	background-color:"#d8c8b8";
	background-image:url(images/background.jpg);
	background-attachment: fixed;
	background-repeat:repeat-y;
              background-position:0px 0px;
	scrollbar-face-color: #a68462; 
	scrollbar-shadow-color: #554433; 
	scrollbar-base-color: #d6a87a; 
	scrollbar-highlight-color: #f1e7dc; 
	scrollbar-3dlight-color: #f3f3f0; 
	scrollbar-darkshadow-color: #525141; 
	scrollbar-track-color: #d8c8b8; 
	scrollbar-arrow-color: #ff0000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
			
}


A:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #d7c9b7;
	font-family: Arial, Helvetica, sans-serif;
}

A:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#d7c9b7;
	font-family: Arial, Helvetica, sans-serif;
}

A:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

A:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
   