@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: arial;
	font-size: 12px;
	color: #CCC;
}
img {
	border:none;
	}
font {
	letter-spacing: 1px;
	font-weight:300
	}
body {
	background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}