	#nav {
		margin-right: auto;
		margin-left: auto;
		width: 900px;
	}

	#nav .active {
		background-color: white;
		color: black;
	}

	#nav a:hover {
		background-color: white;
		color: black;
	}

	#nav a {
		font-family: Comic Sans MS;
		text-align: center;
		text-decoration-line: none;
		background-color: black;
		color: white;
		width: 300px;
		margin-bottom: 20px;
		display: block;
		float: left;
	}

	.clearfloat {
		clear: both;
	}