body {
	background-color: Black;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
a:hover {
	color: Red;
}
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: White;
}
.menu a {
	color: White;
	display: block;
	height: 20px;
}
.menu a:hover {
	color: Red;
}
.title {
	color: White;
}
.title a {
	color: White;
}
.title a:hover {
	color: Red;
}
.footer {
	color: White;
	text-align: center;
	font-weight: bold;
}