body	{	
	margin :0;
	font-family:	Verdana,sans-serif;
	font-size:9pt;
	color: white;
	background: black; 
}

h1 {
	font-family: arial;
	font-size: 14pt;
	line-height:28pt;
	font-weight: bold;
	border-bottom: 1px solid white;
	text-align: center;
	padding:0;
	margin: 5px 0 30px 0;
}

a:link { color: white; text-decoration: underline;}
a:visited { color: white; text-decoration: underline;}
a:hover { color: white; background: black; text-decoration: underline;}

div#container {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	color: white;
	border: 1px solid black;
	border-top:20px solid black;
	border-bottom:20px solid black;
	background: black;
}

div#intro {
	padding: 5px 0;
}

div#error {

	color: black;
	background: white;
	font-weight: bold;
	margin: 3px;
	padding: 5px;
}

div.entry {

	color: white;
	padding: 10px 0;
	margin: 0;
	background: black;
	margin-top: 20px;

}

span.meta { display: block; border-bottom: 1px solid black;font-style: italic; }
span.who  { font-style: normal; font-weight: bold; color: orange;}

span.comments { 
	display: block;
	padding-top: 16px;
	color: white;
	font-style: italic;
}