body {
    background:white;
	font-size:12pt;
	font-family:"Arial", Helvetica, sans-serif;
	text-align:left;
}

#navigation, #footer, #sidebar {display: none;}
.home-link img {border:none;}

h1, h2 {font-size:14pt;}

#main {
	width: 100%;
	margin: 0;
	float: none;
}

a:link, a:visited
{
	color: #000;
	text-decoration:underline;
}

html.noted a:link:after, 
html.noted a:visited:after {
	content: "";
}