/* CSS Document */

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	line-height: 15px;
}
a {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none
}

a:hover {
	color: #999999;
	text-decoration: underline
}

a:active {
	color: #666666;
}
td {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-size:10px;
	color: #FFF;
	line-height: 13pt;
}
