body {  color: #FFFFFF; 
	background-color: #000000; 
	font-size: 10pt; 
	font-family: Courier; 

} 
a {     font-family: Courier; 
	font-style: italic; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none 
} 
a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	} 
a:visited { 
	color: #FFFFFF; 
} 
pre, p { 	font-family: Courier; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none 
} 

span { 	font-family: Courier; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none 
} 

li { 	font-family: Courier; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none 
} 

blockquote      {
  	line-height: 125%;
        padding: 0.2em 0.2em 0.5em 1.8em;
        margin-top: 0.6em;
	margin-left: 1em;
        background-color: #000000;
        border-style: hidden;
	font-family: Courier; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;

	}

	
.post a[href^="http"], .entry a[href^="http"] {
	background: transparent url("/images/link.gif") 100% 50% no-repeat;
	padding-right: 10px;
}

div.comments {
	background-color: #666666; 
	border: thin solid white;
	padding: 4px;
	-moz-border-radius: 10px;
}

h3 {
  font-size: 15pt; 
  margin: 2px 0px 2px 0px;
}

h4 {
  font-size: 12pt; 
  margin: 2px 0px 2px 0px;

}
