/* CSS Document */

body {
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height:18px;
	font-size:12px;
}

A {
	font-weight:bold;
	text-decoration:none;
}

A:link {
	color: #99CC00;
}

A:visited {
	color: #99CC00;
}

A:hover {
	color: #B6D41D;
}
