body,html {
	padding: 0px;
	margin:0px; 
	height: 100%;
	background-color: #6A3800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;		
	color: #000000;
	}

/*######################################################################*/
a:link {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:visited {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration: underline;
}

a:active {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
