p, address, li {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.9em;
}

p + p {
margin-top: 1.4em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
font: 32px/42px "Trebuchet MS", Helvetica, sans-serif;
/*letter-spacing: -2px;*/
text-align: left;
font-weight: bold;
margin-bottom: 7px;
}

h2 {
font: 22px/38px "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;

}

h3 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 24px;
line-height: 32px;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
font-variant: small-caps;

}

h4 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: 8px;
  
}

h5 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 28px;
line-height: 28px;
font-weight: bold;
}

a:link {
  font-weight: bold;
  text-decoration: underline;

}

a:visited {
  font-weight: bold;
  color: #9d11b3;
  text-decoration: underline;

}

a:hover {
  font-weight: bold;
  text-decoration: underline;

}

p.nospacebefore {
margin-top: 0; 
}
.copyright {
  font-size: 0.7em;
}

ol {
  list-style-type: decimal;
position: relative;
left: 25px;
}

ul {
  position: relative;
  left: 20px;
}

hr {
  margin-top: 20px;
  margin-bottom: 30px;
}