/* ClanQuest content styles */

BODY {
  margin: 0px;
	background: #999 url("/images/sideNav_back.gif") repeat-y;
}
H1 {
  color: #D94;
  font-size: 24px;
  font-family: "Arial Black";
}
P, UL, LI, DIV, SPAN, TD {
  color: #CCC;
  font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

A {
	color: #006;
	text-decoration: none;
}	
A:hover {
	color: #006;
	text-decoration: underline;
}