html {
	width:100%;
}
body {
	background:white;
	text-align:left;
	color:black;
	font-size:12pt !important;
	line-height:125%;
	border:0;
	border-top:0;
	margin:0;
	padding:0; 
	font-family:"Times New Roman", serif;
	width:90%;
}
   
#col_left {
	width:100%;
}
#col_left p {
	width:100%;
}
#center {
	width:100%;
}   
img, #main_nav {
	display:none;
}
h1, h2{
	font-weight: bold;
	font-size:12pt !important;
	font-family:"Times New Roman", serif;
}
#footer {
	margin-top: 10px;
	font-size: 8pt !important;
}
a:after {
   content: " (" attr(href) ")";
}