body {
	margin: 0px;
	background-color: #000066;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.header {
	height: 118px;
	width: 750px;
	background-repeat: no-repeat;
}
.content {
	width: 750px;
	background-color: #000099;
}
.menu {
	list-style-type: none;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 2px;
}
li {
	margin: 0px;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
h2 {
	font-size: 20px;
	color: #FFFF00;
}
