
#headerTitle {
	background-color: #004070;
	width: 100%;
}
#headerTitle img {
	align-self: center;
	max-width: 85%;
	width: auto;
	height: auto;
}

#navbar a:link, body a:link{
	color: #004070;
}
#navbar a:visited, body a:visited{
	color: #004070;
}
#navbar a:hover, body a:hover{
	background: #004070;
	color: #fff;
	transition-duration:1s;
}

body{
  color: #004070;
  background: #fff;
  font-family: Arial;
  font-size: 22px;
}

input.defaultButton {
	background-color: #004070;
}
