body {
	background-color: #3333CC;
	color: #FFFFFF;
}
a {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
.center_box {
	text-align: center;
	height: 100%;
	width: 100%;
}
.small_text {
	font-size: x-small;
}
