body {
	background: white;
	color: black;
}
a {
	color: black;
}
body.main {
	background: black;
}
div.header {
	color: black;
	width: 700px;
	font-size: 20pt;
	text-align: center;
	background: #c8c8c8;
	margin-top: 20px;
	line-height: 50px;
	vertical-align: middle;
}
div.footer {
	color: white;
	width: 700px;
	font-size: 8pt;
	margin-top: 5px;
	text-align: center;
}
a.navigation {
	color: black;
	margin-right: 15px;
	font-size: 9pt;
}
iframe {
	background: white;
	width: 700px;
	height: 400px;
}
div.navigation {
	background: #c8c8c8;
	width: 700px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
}

