header
{
	Height:50px%;
	width:100%;
	font-size:20;
	background-color:white;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

body
{
	height:50px%;
	width:99%;
	font-size:20;
	float:right;
	background-color:red;
}

nav ul {	padding-left: 0px;
	text-align:center;}

nav li {	list-style-type: none;
	display:inline;	
	}
	
nav li a {	color:#0000ff;
	padding:15px;
	text-decoration:none;
	}
nav li a:hover {
	color: #fff;
	background-color: #ff0000;
	}
.active {
	background-color: #009900;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	}
	
footer
{
	Height:50px%;
	width:20%;
	font-size:20;
	background-color:white;
}