/* CSS Document */

<style type="text/css">

.body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/sprakling_stars_on_black.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #FF66FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF33FF;
}
a:hover {
	text-decoration: underline;
	color: #FF66FF;
}
a:active {
	text-decoration: none;
}

.large-red strong {
	font-size: x-large;
	font-weight: bolder;
	color: #FF0000;
}
.body .large-yellow {
	font-size: large;
	color: #FFFF00;
}
.red normal text {
	color: #FF0000;
}

