/*html {width: 100%;}*/

body {
   background: white;
   font-size: 10pt;
}

#header {
	display: none;
}

#lhs {
	display: none;
}

#rhs {
	display: none;
}

#content {
	width: auto;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
}

#footer {
	display:none;
}

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%;
}

/* Prints out links, version 3 css code, breaks validation 
#content a[href^="/"]:after {
   content: " (http://www.roe.ac.uk" attr(href) ") ";
}

/* Spells out acronyms for Mozilla and Opera 
acronym:after {
	content: " (" attr(title) ")";
}