﻿<style type="text/css">
Body {
  margin: 80px;
  padding: 0px;  /* Need to set body margin and padding to get consistency between browsers. */
  font-family: 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
  text-align: center;  /* Hack for IE5/Win */
  line-height: 124%;
  color: #000000;
  background: #e8e4d0;
  text-align: center;

}
</style>