html{
	width: 100%;
}
body {
	background: white;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 11pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}
h3 {
	font-size: 9pt;
	font-weight: bold;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
}
h5 {
	font-size: 7pt;
	font-weight: bold;
}
h6 {
	font-size: 6pt;
	font-weight: bold;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#columns {
	width: 760px;
	padding: 0; 
	border: 0;
	float: none !important;
	color: #000000; 
	}
/*
#columns a:link:after, #columns a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 60%;
	text-decoration: none;
   }*/
img a {
	border: none;
}
/* site styles */
#header, #footer, #subcol, #relcol {
	display: none;
}
.content .subhead {
	color: #7D7D7D;
	margin: 0 0 5px 0;
}
.content .date {
	float: right;
	font-weight: bold;
}
.content .related {
	float: right;
	margin: 0 0 10px 10px;
}
.content .advert {
	display: none;
}