#header {
	width:100%;
	background-color: #003d4d;
	text-align: center;
}

a:link {
	color: #00475c;
}

a:active {
	color: #003d4d;
}

a:visited {
	color: #00475c;
}

a:hover {
	color: #003d4d;
	background: #CDC;

input.defaultButton {
	background-color: #00475c;
	color: #FBFBF3;
	font-weight: bold;
}