#header {
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
	height: 104px;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-weight: lighter;
	font-style: normal;
	text-decoration: underline;
	text-align: center;
}
#navlinks {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	list-style-type: none;
	float: left;
	text-align: center;
	}
ul {
	}
li {
	list-style-type: none;
	}
#navlinks a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
}
