body
  {
  font-family: arial, helvetica;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  border-top: 5px solid #235ea1;
  }

h1 {
	color: #235ea1;
	font-size: 36px;
	text-align: center;
	}

h2 {
	color: #235ea1;
	font-size: 24px;
	text-align: center;
	}

h3 {
	color: #235ea1;
	font-size: 18px;
	}

a img {
  border: 0px none;
  }

p {
  padding-left: 8px;
  padding-right: 8px;
  }

input, textarea {
  font-family: arial;
  font-size:12px;
	padding: 2px;
  }

#header, #header a {
  width: 100%;
  font-size: 48px;
  text-decoration: none;
  }

#content {
  margin: 10px;
  }

#content a, a:link, a:visited {
  color: #235ea1;
  text-decoration: underline;
  }

#footer {
  clear: both;
  background-color: #235ea1;
  color: #fff;
  padding: .5em;
  }

#footer a {
  color: #fff;
  text-decoration: underline;
  }