body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/BGStar.jpg);
	background-color: #000000;
	color: #000000;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.heading {
	font-size: 24px;
	font-weight: bold;
}
.subheading {
	font-size: 16px;
	font-weight: bold;
}
.text {font-size: 12px}
.small {font-size: 10px}
.smallwhite {
	font-size: 10px;
	color: #FFFFFF;
}