@charset "UTF-8";
/* print styles */

body {
	background-color: white;
	color: black;
	background-image: none;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	width: auto;
	margin: 5%;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
} 
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited {
	background: none;
	font-family: "arial", verdana, helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#container-inner, #container-left, #leftcol, #midcol, #rightcol {
	background-image: none;
	}

img, #header, #nav, #footer, #bottom, #gallery, #contact-form, #sidebar, #sidebar form, #commentform, #weather, .postmetadata {
	display: none;
}

#leftcol p, #midcol p, #rightcol p {
	padding: 0;
	margin: 0;
	}