@charset "utf-8";
body {
	background-color: #000000;
	
}
a {
	color: #FF0000;
}	
.bodytext-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytext-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
