/* body tag doesn't read external css background-image properties
they need to go in the document
*/
body {
  background-color: #ffffff;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  color: #663300
}

a:visited{
  color: #666666;
  font-weight: bold
}

a:link {
  text-decoration: underline;
  color: #CC6633;
  font-weight: bold
}

a:active  {
  text-decoration: underline;
  color: #FF6600;
  font-weight: bold
} 
a:hover {
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
h1 {
  font-size: 72px;
  line-height: 140%;
  color: #2f30bd;
  padding: 50px;
}
h2 {
  font-size: 24px;
  line-height: 140%;
  color: #2f30bd;
  margin: 10px;
} 
h3 {
  font-size: 18px;
  line-height: 140%;
  margin: 10px;
}
h4 {
  font-size: 16px;
  line-height: 140%;
  margin: 10px;
  color: #006600;
  font-weight: bold
}
h5 {
  font-size: 14px;
  line-height: 140%;
  margin: 10px;
  font-weight: bold
}
h6 {
  font-size: 12px;
  line-height: 140%;
  margin: 10px;
  font-weight: bold
}
p {
  font-size: 11px;
  line-height: 140%;
  margin: 10px;
  color: #666633
}
ol {
  font-size: 10px;
  line-height: 125%;
}
address {
  font: normal 9px geneva, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.caption {
  font-size: 9px; 
  line-height: 125%; 
}
li {   font-size: 11px;
  line-height: 125%;
  color: #330000;
  font-weight: normal;
}
.head3 {
  font-size: 14px;
  line-height: 160%;
  font-weight: bold;
  color: #993333
}
.head2 {
  font-size: 14px;
  line-height: 125%;
  font-weight: bold
}
.head1 {
  font-size: 36px;
  line-height: 140%;
  font-weight: bold;
  color: #993333
}
head3 {
  font-size: 11px;
  line-height: 140%;
  margin: 10px;
  color: #336699
}
