body
{
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

A:link {text-decoration: underline; color: rgb(220, 220, 220) }
A:visited {text-decoration: underline; color: rgb(200, 200, 200) }
A:active {text-decoration: underline; color: rgb(200, 200, 200) }
A:hover {text-decoration: underline; color: rgb(255, 255, 255) }

.img
{ 
	border: 0px solid #000; 
	vertical-align: middle; 
}

.post_table
{
	background-color: rgb(0, 0, 0);
}

.caption
{
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10pt;
}

.page_header
{
	font-family: sans-serif;
	text-align: center;	
	font-size: 7pt;
}

.date_header
{
	font-family: sans-serif;
	color: rgb(235, 235, 235);
	background-color: rgb(100, 100, 100);
	font-weight: bold;
}

.post_header td
{
	font-family: sans-serif;
	font-size: 8pt;
	color: rgb(220, 220, 220);
	background-color: rgb(68, 68, 68);
}

.post_title
{
	font-family: sans-serif;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.post_edit
{
	font-family: sans-serif;
}

.post_text
{
	font-size: 10pt;
	font-family: sans-serif;
	background-color: rgb(50, 50, 50);
	padding: 4px;
}

.comment_info
{
	font-size: 10pt;
	font-family: sans-serif;
	background-color: rgb(40, 40, 40);
}

blockquote
{
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	background: #3a3a3a;
	padding: 8px;
	color: #ccc;
}
