html {
	background-color: #000;
	color: #fff;
	}
html a{
	color: #fff;
	text-decoration: none;
}
#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	color: #fff;
	float: left;
	text-align: center;
}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	background-color: #ccc;
	padding: 25px 2px 2px 3px;
	width: 75px;
	height: 50px;
	margin-left: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #Fff;
}
#footer {
	color: #fff;
	font: italic 100% serif;
	margin-left: 125px;
	margin-top: 50px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
