body {
  font-size: 14pt;
  width: 800px;
  font-family: "DejaVu Sans", sans-serif;
}
h1 {
  color: RoyalBlue;
  font-size: 32pt;
  padding-left: 30px
}
.header {
  background-color: white;
}
.header h1 {
  float: right;
}
.header img {
  /*position: relative;*/
  position: left
  /*left: 50px;*/
} 
p {
  text-align: center;
  padding-left: 30px;
  color: Grey;
}
.divider {
  color: #FFFAFA;
}
.footer {
  font-size: 12pt;
  font-family: "DejaVu Sans", sans-serif;
  color: Grey;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}     
