body, h1, h2, h3, p, ul, li {
  margin: 0px;
  padding: 0px;
}

body {
  background: white url(/images/background.png) 0px 0px repeat-x;
  font-family: Calibri,Arial;
  font-size: 16px;
  text-align: left;
  color: #00a6c9;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #316e9d;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.clear {
  overflow: hidden;
}

#content {
	margin: 150px;
}

#content h1 {
	margin-bottom: 15px;
  	color: #eb2207;
}
#content p {
   line-height: 20px;
}
