p {
  font-family: arial;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  }

p#small {
  font-family: arial;
  font-size: 8px;
  text-align: left;
  }

h1 {
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  }

h2 {
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  }

h3 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
  margin-bottom: 5px;
  }

ol {
  list-style-type: decimal;
  }

ol li ol {
  list-style-type: lower-alpha;
  }

ol li ol li ol {
  list-style-type: lower-roman;
  }

ul {
  list-style-type: square;
  }

li {
  font-family: arial;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  }

a {
  color: #009900;
  text-decoration: none;
  }

a:hover {
  color: 33cc33;
  text-decoration: none;
  }

a#name {
  color: black;
  text-decoration: none;
  }

td {
  font-family: arial;
  font-size: 12px;
  }
