body {
	font-size: 100%;
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	color: #000;
	background: #fff;
}

#branding-logo {
	margin: 0 0 1em;
}

#content, #content-main, #content-related {
	float: none;
	width: 100%;
}

a:link, a:visited { color: #000; text-decoration: underline; }

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
html.noted a:link:after, html.noted a:visited:after {
  content: "";
}

#skip, .noprint, .top, #nav-one, #nav-two, #nav-three, #nav-footer {display: none;}
