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

body {
	font-family: Tahoma;
	background-color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
}
a {
	font-family: Tahoma;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #FFFFFF;
	font-size: 11px;
}