body { 
	color : #000000; 
	background : #ffffff; 
	font-family : "Times New Roman", Times, serif; 
	font-size : 10pt;
	margin: 0;
	padding: 0;
	width: 600px;	 
}

a { 
	text-decoration : underline; 
	color : #0000ff; 
}

#topmenu, #header, #footer, #backButton {
	display: none;
}

#container {
	height: auto;
	width: 600px;
}

#main {
	height: auto;
	width: 600px;
	background: none;
}


