@charset "utf-8";
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.bodytextbluey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #66CCCC;
}
.background {
	background-color: #000000;
}
.bodytextwhitesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.bodytextwhitexxlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.bodytextwhitemedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.bodytextwhitemediumlalaign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.bodytextwhitemediumbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.bodytextblueybigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #66CCCC;
}
a:link {
	color: #66CCCC;
}

body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:visited {
	color: #6633FF;
}
