BODY
{
   	background-color 		: #CBB99D;
   	background-repeat		: repeat;
   	background-attachment	: fixed;

	scrollbar-base-color		: #5B3715; 
    	scrollbar-face-color		: #5B3715;
  	scrollbar-arrow-color		: #000000;
    	scrollbar-highlight-color	: #5B3715;
    	scrollbar-shadow-color		: #000000;
    	scrollbar-dark-shadow-color	: #000000;
    	scrollbar-3dlight-color		: #000000;

	margin			: 0px; 
	padding			: 0px; 

	border			: #000000 0px solid; 
}

body 
{
	font-family 	: Arial, Helvetica, sans-serif;
	font-weight 	: 800;
	font-style  	: normal;
	font-size   	: 18pt;
	text-decoration 	: none;
	color			: #000000;
}

a:link, a:active, a:visited 
{
	font-family		: Arial, Helvetica, sans-serif; 
	color			: #5B3715; 
	font-size		: 10pt;
	font-weight		: 800;
	text-decoration	: none	
}

a:hover 
{
	font-family		: Arial, Helvetica, sans-serif; 
	color			: #FFFFFF;
	font-size		: 10pt; 
	font-weight		: 800;
	text-decoration	: none
}