BODY { margin: 0; padding: 0; background-color: #000; color: #D9D6D6; } 

P, TD {
  font-family: trebuchet ms, sans-serif, Arial;
  color: #CCCCCC;
  font-size: 13px;
}


A { color: #E8E1C4; }
A:hover { color: #F93; }
A:visited { color: #FF9; }
A:active { color: #F93; }

.bottomWhiteLine {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
}

.borderRight {
	border-right: 1px solid #FFF;
}

.small {
	font-size: 11px;
	color: red;
}

H3 {
	color: #CCC;
  	font-size: 18px;
	font-weight: bold;
}.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}
