@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
#header, #nav, #sidebar2, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content, #mainContent, #footer
{
width: auto; 
margin: 0px;
padding:0px;
float: none;
height:auto;
overflow:auto;

}

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