body {
/*	word-wrap: break-word;*/
	font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
	font-size: 13px;
	width: 500px;
	margin: 0 auto;
	background-color: #F8F6DF;
}
	a {
		text-decoration: none;
		color:#DB2200;
	}
	p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin: 0 auto;
		
		margin-bottom: 1.33em;
		text-align: justify;		
	}
	
	blockquote {
		font-size: 1.1em;
		line-height: 1.5em;
		margin: 0 auto;
		
		margin-left:0.25in;
				
	}

	
	 h2 {
		font-family: Georgia,"Lucida Grande", Tahoma, sans-serif;;
		font-size: 2em;
		font-style: normal;
		font-weight: normal;
		margin-bottom: 0px;
		margin-top: 40px;
	}


	pre {
		font-family: Georgia, "Lucida Grande", Tahoma, sans-serif;
		 white-space: pre-wrap;      /* css-3 */
		 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
		 white-space: -pre-wrap;     /* Opera 4-6 */
		 white-space: -o-pre-wrap;    /* Opera 7 */
		 /*word-wrap: break-word;        Internet Explorer 5.5+ */
		 width: 500px;
		 font-size:1.2em;
		line-height:1.5em;
		margin: 0 auto;
	}
	em {
		font-family:Georgia, "Lucida Grande", Tahoma, sans-serif;
		font-size:.9em;
	}
	h4 {
		margin-bottom: 20px;
		margin-top: 5px;
		font-size: 1em;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-style: normal;
		font-weight: normal;
	}
	.spaced {
		letter-spacing: 1px;
	}
	.url {
	float:right;
	font-size:9px;
	}

	#header {
	color: #7e7e7e;
	width:540px;
	margin: 0 auto;
	margin-top: 20pt;
	margin-bottom: 40pt;
	font-family: Georgia, sans-serif;
	font-size: 9pt;
	padding: 0px;
}

#footer {
	width:540px;
	margin: 0 auto;
	font-family: Georgia, sans-serif;
	font-size: 8pt;
	margin-top: 30pt;
	margin-bottom: 30pt;
	color: #999;
	border-top:1px #999 dotted;
	padding-top:10px;
	}