body { /* generic stuff */
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  width:100%;
  height:100%;
}
p { /* remove margins from paragraph */
  margin-top: 0pt;
  margin-bottom: 0pt;
}
ul { /* remove bullets from lists */
  list-style-type: none;
  padding: 0pt;
  margin: 0pt;
}
li { /* space between items */
  display: inline-block;
  padding: 3pt;
}
