body {
	margin: 0;
	padding: 0;
	background: #fff;	
	color: #000;
	font-size: 12pt;
	width: auto;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#menu, #sidebar, #footer, #stream, div.entry p.info, div.entry p.send, div.entry p.topics {
	display: none;
}

p {
	line-height: 1.5;
	margin: 1em 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul, ol {
	margin: 1.5em 0 1.5em  40px;
	line-height: 1.5;
	text-align: justify;
}

ul ul, ol ul, ul ol, ol ol {
	margin: 1em 0 1em 30px;
}

ul {
	list-style: disc outside;
}

ul ul, ol ul {
	list-style: circle outside;
}

ol {
	list-style: decimal outside;
}

ol ol, ul ol {
	list-style: lower-latin outside;
}

li {
	margin: 1em 0;
}

li p {
	margin: 1em 0;
}

h1 {
	margin: 1em 0 .6667em 0;
	font-size: 2em;
	line-height: 1.125; 
	font-weight: bold;
}

h2 {
	margin: 1.25em 0 .75em 0;
	font-size: 1.5em;
	line-height: 1.3333;
	font-weight: normal;
	font-style: italic;
}

h3 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4 {
	margin: 2em 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

h6 {
	margin: 1em 0 1em 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

#logo {
	margin: 1em auto;
	text-align: center;
}

#logo h3 a {
	text-decoration: none;
}

div.entry p.date {
	font-size: .8333em;
	line-height: 1.8;
	font-weight: bold;
	margin-top: 0;
}

div.entry div.notes {
	border: 1px solid #000;
	padding: 0 1em;
	margin: 3em 0;
}

a {
	text-decoration: underline;
	color: #0A50A1;
}

#main a:link:after, #main a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#main a[href^="/"]:after {
	content: " (http://richardlandanswers.com" attr(href) ") ";
}

span.reference {
	font-weight: bold;
	font-family: Helvetica, Arial, Serif;
	font-style: normal;
	color: #000;
}