h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #000066;
	padding-bottom: 8px;
	text-decoration: none;
}
#header a {
	text-decoration: none;
	color: #000066;
}
body {
	background-color: #C2C6D1;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #C2C6D1;
	font-weight: bold;
}

