body {
margin: 30px;
}

div#container{
position: relative;
width: 600px;
left: 50%;
margin: 0 0 0 -300px;
height: 100%;
}

a {
color: #ad1b1b;
text-decoration: underline;
}

a:hover {
color: #c53333;
text-decoration: underline;
}

  div#container h1 {
  color: #ad1b1b;
  font-family: Calibri, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -2px;
  line-height: 1.2em;  
  }
  
  div#container h2 {
  color: #ad1b1b;
  font-family: Calibri, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: -2px;
  line-height: 1.2em;  
  }

  div#container p {
  font-family: “Trebuchet MS”, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.5em;
  color: #333333;
  }
  
  div#container p:first-line {
  font-family: “Trebuchet MS”, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.5em;
  color: #333333;  
  }

