html, body	{ height:100%; }
body {	margin:0;
	padding:0;
	overflow:auto;
	background-color: #251B07;
	color:#FFF;
	font-family:arial;
	font-size:10px;		
}

a:link  {font-family: verdana; font-size: 12px; color:#818F62; 	text-decoration: none;
}
a:visited  {font-family: verdana; font-size: 12px; color:#818F62; text-decoration:none;
}
a:hover  {font-family: verdana; font-size: 12px; color:#A2B280;	text-decoration: underline;
}
