@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

body {
	background-color: #000;
}

a:link {
	color: #F00;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF0;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #F00;
}
.justifytext {
	text-align: justify;
}
.centertext {
	text-align: center;
	font-size: 16px;
}
.text16pt {
	font-size: 16px;
}
.size10txt {
	font-size: 10px;
}
