html { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#foot1, #foot2, #left, #info, #info2, #logo { 
  display : none; 
} 

#content {
		 display:block; 
		 height:1024px; 
		 overflow:visible; 
		 padding:3px;
		 position:absolute;
		 width:800px;
		 left:10px;
		 top:10px;
		 background:transparent;
}

