body {
background-color: #1E1E1E;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 100;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

#header {
	padding-top: 50px;
	padding-bottom: 30px;
color: #FFFFFF;
}

a:link, a:visited, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

ul {
list-style-type: none;
text-align:center;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
font-weight: bold;
	list-style-type: none;
}

