body {
	background: white;
}
	
#menu {
	display: none;
}

#header {
	display: none;
}

#navleft {
	display: none;
}

#content {
	background: #FFFFFF;
	margin-right: 10%;
	margin-left: 10%;
	color: #000000;
	font-size: 12pt;
	border: none;
}

p {
	background: transparent;
	font-size: 11pt;
	color: #000000;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;

}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
   
h3 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14pt;
}
