body {
  background-color:#000;
  color:#fff;
  font-family:'Segoe UI', Calibri, 'Myriad Pro', Myriad, 'Trebuchet MS', Helvetica, Arial, sans-serif;
  margin:10px 30px;
}

h1 {
  font-size:20pt;
  border-bottom:2px solid #fff;
}

h2 {
  font-size:18pt;
  margin-left:8px;
}

h3 {
  font-size:16pt;
  margin-left:16px;
}
h4 {
  font-size:14pt;
  margin-left:24px;
  margin-bottom:0px;
}
p {
  font-size:12pt;
  margin-left:32px;
}

a {
  color:#cc0;
}

.notes {
  font-size:80%;
  margin-bottom:4px;
}