* {
	background-color: #444444;
	padding: 0px;
	margin: 0px;
	overflow: scroll;
}


#navigation {
	display: block;
	border: 0px;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	clear: top;
	width: 100%;
	font-family: sans-serif;
	color: white;
	background-color: black;
}

#navigation p {
	margin: 0px;
	float: left;
	background-color: black;
}

#navigation a, a:visited {
	float: right;
	margin: 0px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px;
	transition: 0.2s;
	color: white;
	background-color: black;
	text-decoration: none;
}

#navigation a:hover {
	display: table-cell;
	float: right;
	color: white;
	background-color: #333333;
	transition: 0.2s;
	text-decoration: none;
}

#navigation a:active {
	display: table-cell;
	float: right;
	color: white;
	background-color: black;
	text-decoration: none;
}

#banner {
	margin: auto;
	margin-top: 50px;
	padding: 5px;
	border: 5px;
	border-style: solid;
	border-color: white;
	width: 90%;
}

#banner h1 {
	color: white;
	text-align: center;
}

#banner p {
	color: white;
	margin: auto;
	float: right;
	width: 100%;
}

#banner a, a:active, a:visited {
	color: lightgray;
	text-decoration: none;
	background: none;
}

#banner a:hover {
	color: white;
	text-decoration: underline;
}
