body {
	margin: .4in;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	text-align:left;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Verdana, sans-serif;
	}

#nav, hr, .banner {
	display: none;
	}
	
a:link, a:visited {
	color: grey;
	text-decoration:none;
	font-weight:bold;
	color:#0000cc;
	}	
.infobox {
	clear:both;
	border:1px solid #666666;
	border-width:1px 0 1px 0;
	width:100%;
	background-color:#cccccc;
}
a:link:after, a:visited:after {
	content: " (url: " attr(href) ") ";
	}