body {
	background-color: white;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li {
	list-style: none;
	float: left;
}	

a:link, a:visited, a:hover {
	color: #000000;
}

#nav a:link, #nav a:visited, #nav a:hover {
	text-decoration: none;
}

#nav {
	font: 50px Courier New, Courier;
	margin: 200px auto;
	width: 360px;
	height: 150px;
}

#wp a:hover {
	color: #3366cc;
}

#zb a:hover {
	color: #cc3300;
}

#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

