 
.nav{
  font-size : 10pt;
  font-family : sans-serif,serif;
  font-weight : normal;
  color : white;
  text-decoration : none;
  
}
.smallhead{
  font-family : Verdana,sans-serif;
  font-weight : bold;
  color : teal;
  text-decoration : underline;
  font-size : 11pt;
}
.largehead{
  font-size : 14pt;
  font-family : Verdana,sans-serif;
  font-weight : 500;
  color : teal;
  text-decoration : none;
}
.navbold{
  font-size : 10pt;
  font-family : sans-serif,serif;
  
  color : yellow;
  text-decoration : none;
  
}
BODY{
  font-size : 10pt;
  font-family : sans-serif;
  
  color : black;
}
.link{
  font-size : 10pt;
  font-family : Arial,sans-serif;
  font-weight : bold;
  font-variant : normal;
  color : blue;
  text-decoration : none;
  text-transform : uppercase;
}
.navnews{
  font-size : 8pt;
  font-family : sans-serif,serif;
  font-weight : normal;
  color : black;
}
H1{
  font-family : Verdana,sans-serif;
  font-weight : 500;
  color : teal;
  text-decoration : none;
  font-size : 14pt;
  
  margin-bottom : 1mm;
}
H2{
  font-size : 12pt;
  font-family : Verdana,sans-serif;
  font-weight : normal;
  color : teal;
  text-decoration : underline;
  margin-bottom : 1mm;
}
.normal{
  font-size : 10pt;
  font-family : sans-serif,serif;
}
.capt{
  font-size : 9pt;
  font-family : sans-serif,serif;
  
  font-variant : small-caps;
}
TD{
  font-size : 10pt;
  font-family : sans-serif,serif;
}
