/*
This is the stylesheet modern browser will use to print your pages

@import "base.css";
*/

@page {
	font-family: sans-serif;
	margin: 0.5cm 1.5cm 1.5cm 1cm }

body        {	font-size: 9pt;
	font-family: sans-serif }






a  {	color: #000;
	text-decoration: none;
	border: none }

.post {	margin-bottom: 1em;
	padding: 1em;
	border: solid 1px }

#content  {	margin: 0cm;
	padding: 0cm }
#header, h3, h4, .storytitle   {	margin: 0em;
	padding: 0em }

#main   {	float: none }
#menu, #commentform, .credit, .feedback {
	display: none;
}
#commentlist li {	margin: 0em;
	padding: 0em 0em 1em;
	border-bottom: 1px solid }

#commentlist ol {	margin: 0em;
	padding: 0em }


