BODY, H1, H2, H3
{ 
  font-family: "Trebuchet MS", Arial, sans-serif;
}


BODY
{ 
  margin: 2cm;
  width: 16cm;
  text-align: justify;
}

H1, .status, .pageFooter
{ 
  border: 1px solid blue;
  background-color: #d5cbff;
  padding: 10px;
}

H1
{ 
  font-weight: x-bold;
}

.status
{ 
  text-align: left;
  width: 66%;
}

.pageFooter
{ 
  text-align: center;
  font-size: 8pt;
}