BODY {
   background: #cccccc;
   font: 14px Arial;
}

#content {
  background: white;
  border: solid 1px #AB0232;
  border-bottom: solid 20px #AB0232;
  margin: 100px 25% 0px 25%;
  padding: 50px;
  text-align: center;
}

p.smallprint {
   font: 10px Arial;

}

strong {
 color: #AB0232;
}

a {
 text-decoration: none;
 color: black;
}