/* CSS Document */

body{background:#000000; color:#FFFFFF; font-size:12px;}
td {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

a:link {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #FFCC66;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	line-height: 20px;
	color: #996633;
	text-decoration: underline;
}
