#contentbody {
	background: white;
	color: black;
	font-size: 12px;
}
#contentbody h2 {
	font-size: 14px;
}
#contentbody h3, #contentboy h4, #contentbody h5 {
	font-size: 12px;
}
#pagetitle {
	font-size: 18px;
}
#sitemenu, #siteversion, #sitetitle, #contentextras, #contentnav, .skiplink,
.entrymenu, .commentmenu, #formcomments, #bodyfooter, #topofpage, #sitelogo {
	display: none;
}
#contentbody {
	float: none;
}
#contentbody a:link:after, #contentbody a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
/* This is valid CSS3. The W3C validator is not aware of CSS3 */
#contentbody a[href^="/"]:after {
	content: " (http://www.irth.net" attr(href) ") ";
}
#contentfooter {
	width: 90%;
}
#contentfooter p {
	text-align: center;
	font-size: 10px;
}
