html {
     height: 100%;
	 width: 100%;
}
body {
	font-family: Georgia, serif;
	background: none;
	color: black;
	font-size: 9pt;
	height: 100%;
	width: 100%;
}
body #container {
	height: 100%;
    width: 100%;
}	
p { 
  font-size: 9pt; 
  height: 100%;
  width: 100%;
}
a {
  text-decoration : underline;
  color : #000000;
}
#page {
    height: 100%;
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}
#header, #menu-bar, #sidebar, h2#postcomment, form#commentform, #footer {
	display: none;
}
.noPrint {
    display: none;
}


