body {
	color: #999999;
	background-color: #131313;
}
#outerframe {
	background-color: #242323;
}
#panel-a {
	border: 1px solid #3E3E3E;	
}
#panel-b {
	border: 1px solid #3E3E3E;	
}
#panel-c {
	border: 1px solid #3E3E3E;	
}
A:link      {
	COLOR: #F0F0F0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
A:visited   {
	COLOR: #F0F0F0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
A:hover     {
	COLOR: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00CC00;
}
ul {
	margin: 0em 0px 0.75em 10px;
	padding: 5px;
	list-style-type: disc;
	color:#999999;
}
ul li span {
	color: #999999;
}