body {
	background-color: #222222;
	font-family: Cambria;
}

.navigation {
	font-size: x-large;
	font-weight: bold;
	background-color: #bbb;
}
.navigation a:link {
	color: #01138F;
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
	color: #01138F;
}
.navigation a:hover {
	text-decoration: underline;
	color: #01138F;
}
.navigation a:active {
	text-decoration: none;
	color: #01138F;
}

.text {
	color: #FFFFFF;
	text-align: center;
}
.text a:link {
	color: #b4b4b4;
	text-decoration: none;
}
.text a:visited {
	text-decoration: none;
	color: #b4b4b4;
}
.text a:hover {
	text-decoration: underline;
	color: #b4b4b4;
}
.text a:active {
	text-decoration: none;
	color: #b4b4b4;
}