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

a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #090909;
	font-weight: bold;
	text-decoration: underline;
}

a[href]:after {
	content: " <"attr(href)">";
	font-family: Courier New, Courier, mono, Sans-serif, Georgia, Lucida Grande, Lucida Sans Unicode;
	font-size: 0.6em;
	color: #565656;
}

body {
	font-family: Georgia, Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 14pt;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
}


#header, h2  {
	font-size: 1.1em;
	border: none;
	margin: 0px;
	padding: 10px;
	width: auto;
}

#header, h3, h4, .storytitle {
	font-size: 1.5em;
	font-variant: small-caps;
	border: none;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: 1px solid;
}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

#menu {
	display: none;
}














































