body {
	font-size: 12pt;
	background: white;
	}
	
#header, #topMenu, .top {
	display: none;
	}
	
#wrapper, #content {
	width: auto; 
	margin: 0 5% 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
div#content {
	padding-top: 3.5em;
	}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
a[href^="/"]:after {
   content: " (http://egalv.com" attr(href) ") ";
   }
