body {
  color : #000000;
  background : #ffffff;
  font-family : Tahoma, "Bookman Old Style", "Century Gothic", Arial;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#midcontent{
	display:inline; /*Fix IE floating margin bug*/; 
	margin:0 0 0 5px;
	width: 800px;     /* was 633 */;
	float:left;
	text-align: justify;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
#header, #footer, #leftcontent {
  display : none;
} 