body {
 background:  #ffffff;
 color:       #000000;
 font-size:   9pt;
 font-family: arial, sans-serif;
}

h1 {
  border: none;
  text-align: center;
}

h2, h3 {
  border: none;
}

a {
  background:      #ffffff;
  color:           #0000ff;
  text-decoration: none;
}

/* hide navigation, footer and email form */
.nav, .footer, #emailform {
  display: none;
}

