    html *{
  margin:0px;               
  padding:0px;
  border:none;
}     
    body{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #C98912;
}
		a{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	/*font-variant: small-caps;	*/
	text-decoration: none;
	outline-style: none;
}
		a:link, a:visited{
	color: #506a9a;
}
		a:hover, a:active{
	color: #6e91bb;
}
    html, body{
	height: 100%;	
}           
    html>body{
	width:100%;	
}
    html{
  /*overflow:hidden;*/
	overflow-x:hidden;
	overflow-y:scroll;
}  