@charset "UTF-8";
body {
	background-color: #000;
}
.horizontalrule {
	color: #ed008c;
}
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
}
.headingsmaller {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
}
a:link {
	color: #ed008c;
}
a:visited {
	color: #6F0;
}
.centered {
	text-align: center;
}
