html, body
{
	margin:0px;
	padding:0px;
}

body
{
	width:100%;
	height:100%;
	
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:12px; 
	color:#737373;
}
h1
{
	color:#6180A5;
	font-size:16px;
}

pre
{
  margin:0px;
}



.shadow
{
  font:10pt arial;
  position:relative;
  display:inline;
  background:white;
  z-index:100
}

.shadow_inner
{
  overflow:hidden;
  position:absolute;
  top: -1000px;
  filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
  opacity:0.1; /*firefox 1.5 opacity*/
  -moz-opacity:0.1; /*mozilla opacity*/
  -khtml-opacity:0.1; /*opacity*/
  z-index:10
}
