@charset "UTF-8";
/* CSS Document */

* {  
	vertical-align: baseline;  
	font-family: Arial, Helvetica, sans-serif;  
	font-style: inherit; 
	border: none;  
	padding: 0;  
	margin: 0;  
	}  
body {
	font-size: 10px;
}
a {
	color: #fff;
	text-decoration: none;
}
p {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 200%;
}
h1 {
	font-size: 200%;
	margin: 10px 0 5px;
}
h2 {
	font-size: 150%;
	margin: 10px 0 5px;
}
h3 {
	font-size: 125%;
	margin: 5px 0 3px;
}
#navbar, #header, #seaverHead, #preload, #blogTop, #blogRight, #commentform, #footer, #seaverFooter {
	display: none;
}

.post img, .page img {
	float: right;
	margin: 10px;
}

.post {
	margin: 20px 0;
}
#printFooter {
	margin: 30px 0 0;
}