body {
	background:#000;
	color: #fff;		
	}
A 			{ color: #bf3707;} 
A:link		{ color: #bf3707;} 
A:visited	{ color: #999;} 
A:active	{ color: #fff;} 

H1 {
	font-family: georgia, times new roman;
	font-size: 24px;
	margin-bottom: 10px;
	letter-spacing: 20px;
	font-weight: normal;
	}

H2 {
	font-family: georgia, times new roman;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	}

P {
	font-size: 12px;
	margin: 0px;
	}

P.small {
	font-size: 10px;
	margin: 0px 0px 15px 0px;
	}

P.title {
	margin: 0px;
	}

P.comment {
	margin: 0px 0px 12px 0px;
	}
			
BLOCKQUOTE { 
	font-size: 11px;
	margin: 2px 10px 12px 10px;
	}
	
TD {
	text-align: left;
	}
