/*Black for h7*/
  .h7
  {
  color:black
  }
  h1,h2,h3,h4,h5,h6,p
  {
  font-family:Book Antiqua,Times New Roman,Times, Serif;
  font-weight:normal;
  }
  /*Black for h1*/  
  h1
  {
  font-size:22pt;
  color:black;
  }
  /*Black for h2*/
  h2
  {
  font-size:18pt;
  color:black;
  }
  /*MidnightBlue for h3*/
  h3
  {
  font-size:14pt;
  color:#191970;
  }
  p
  {
  font-size:12pt
  }
  /*Navy for anchor*/
  a
  {
  color:#000080;
  text-decoration:none
  }
  /*Navy for visited anchor*/
  a:visited
  {
  color:#000080;
  }
  /*Blue for hover over anchor*/
  a:hover
  {
  text-decoration:underline;
  color:blue;
  }
  /*Black for CoverText style*/
  .syCoverText
  {
  font-size:11pt;
  font-weight:normal;
  color:black
  }
  
  .syNavBar
  {
  font-size:10pt;
  font-family:Verdana, Arial, Helvetica, sanserif;
  }
  
