body {
     background-color: #000000;
}
.headtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.quotetext {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

#navcontainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #D0D0F0;
width: 84px;
height: 18px;
border-top: 2px solid #000099;
border-left: 1px solid #000099;
border-bottom: 2px solid #000099;
border-right: 1px solid #000099;
padding: 0;
margin: 0 0 10px 0;
color: #000099;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
.entrytitle {
	font-size: 18px;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entrydate {
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entrybody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.entrybody a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.entryfooter{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.recentcomments {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.commentshead {
	font-size: 11px;
	font-weight: bold;
}
.mainbody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}