header {background-color: red;
		border: solid 1px black;
		font-family: georgia;
		font-size: 40px;
}
body {font-family: georgia;
		font-style: italic;
		font-size: 40px;
		background-size: 50%;
}
header nav li {
	display: inline;
	color: white;
	position: bottom;
}
a:hover {color: white;}
a:visited {color: purple;}
a {
	color: white;
	padding: 25px;
}
html, body {
	padding: 0;
	margin: 0;
}

.container {
	width: 989px;
	margin: 0 auto;
}
.logo {
	position: top;
	margin-left: 300px;
	width: 40%;
}
.about {
	font-family: georgia;
	font-style: italic;
	font-size: 40px;
	color: white;
	padding: 15px;
	border: solid 1px black;
	line-height: 70px;
}
.choices {
	font-family: georgia;
	font-style: italic;
	font-size: 40px;
	color: darkblue;
	padding: 15px;
	border: solid 1px black;
	line-height: 70px;
	background-color: gray;
}
.contact {
	font-family: georgia;
	font-style: italic;
	font-size: 30px;
	color: white;
	padding: 3px;
	border: solid 1px black;
	width: 981px;
	background-color: red;
	margin: 0 auto;
	line-height: 35px;
}
.aparrel {
	font-family: georgia;
	font-style: italic;
	font-size: 35px;
	color: white;
	background-color: red;
	width: 989px;
	position: center;
	margin-right: 100px;
}

