body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF3399;
	text-decoration: none;
}
a:hover {
	color: #FF3366;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.text_left {
	text-align: left;
}
table {
	text-align: center;
}
td {
	padding: 5px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.text_bigger {
	font-size: 36px;
	color: #FF3366;
}
.text_medium {
	font-size: 18px;
}
.text_bigger_serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF3366;
}
.padding {
	padding: 5px;
}
.align_top {
	vertical-align: top;
}
