body {
	background-color: #003366;
	font-family: arial, tahoma;
	font-size: 11px;
	color: #f1f1f1;
}
* {
	marging: 0;
	padding: 0;
}	
li {
	list-style: none;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
.nav {
	margin: 50px;
	text-align: center;
}
.nav li {
	float: left;
}
.nav a {
	font-size: 11px;
	font-family: arial;
	color: #f1f1f1;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline; 
	color: yellow;
}
.head {
	position: relative;
	bottom: 35px;
	background-color: #CCCCCC;
	font-size: 14px;
	font-weight: normal;
	margin: 0 -20px;
	text-align: center;
}

.head h1 {
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	margin: 3px 0;
}