
body {    
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-weight: 11px;
  text-align: center;
  color: #010101;
  margin: 0px;
  padding: 0px;
  background-color: white;
}

img {
  border: 0px;   
}

a {
  color: #c35379;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.banner {  
  border-top: 1px solid black;
  border-bottom: 1px solid black;  
  background-color: #072977;
  text-align: center;
  width: 100%;
  height: 125px;
}

.banner_image {
  margin: auto;
  width: 731px;
  height: 125px;
}

.content {
  width: 700px;
  margin: auto;
  margin-top: 35px;
  padding-left: 30px;
}

.copy {
  text-align: justify; 
  text-justify: newspaper;
  font-size: 18px;   
  line-height: 18px;
  margin-left: 20px;
}
