body {
	background-color: 000000;
	color: CCCCCC;
	font-family: verdana;
  	font-weight: normal;
	font-size: 9px;
}
	
a:link {
	color: CCCCCC;
	text-decoration: underline;
	font-family: verdana;
  	font-weight: normal;
	font-size: 9px;
}

a:active {
	color: CCCCCC;
	text-decoration: underline;
	font-family: verdana;
  	font-weight: normal;
	font-size: 9px;
}

a:visited {
	color: CCCCCC;
	text-decoration: underline;
	font-family: verdana;
  	font-weight: normal;
	font-size: 9px;
}

a:hover {
	color: CCCCCC;
	text-decoration: underline;
	font-family: verdana;
  	font-weight: normal;
	font-size: 9px;
}

