﻿
html, body {
	height: 100%; 
	page-width: 100%}

body { 
	font-size: 120%;
	line-height: 130%;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
#footer {  display: none; }

#sidebar {  display: none; }

#menu {  display: none; }

a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

#wrapper, #content {
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}

