body {
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

body, form, h1, h2, h3, h4, p, li, ul {
  margin: 0px; /* Removes default margin that some browsers add. */
}
p {
  padding: 8px; /* Removes default padding that some browsers add. */
}
body, td {
  font-size: 12px;
}

.Title {
  font-size:   14px;
  font-style:  italic;
  font-weight: bold;
}

.Instructions {
  cursor:     pointer;
  border:     0;
  color:      #666;
  text-align: left;
}

.NextButton {
  cursor:     pointer;
  border:     0;
  color:      #069;
  text-align: left;
}
