body {
  margin: 0px;
}

body, p, td, th, ul, li, h1, h2, h3, h4, h5, h6, input, select, option, textarea {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 11px;
}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

th.left-align { text-align: left; }

.continue { margin-bottom: -1% } /* used to create a flow-on to a para from a heading*/

a:link, a:visited, a:active {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #AE7D21;
}

a:visited {
  text-decoration: none;
  color: #0F228B;
}

a:hover {
  text-decoration: underline;
}
