.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #D9DAF6;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:hover {
	color: #D9DAF6;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.small:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFCC00;
}
.small:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #D9DAF6;
	font-weight: normal;
}
.small:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #D9DAF6;
}

