<!--  Common Header Settings used in all pages  -->

h1,h2,h3,h4,h5,h6,h7
 {
  color: RGB(0,0,0);
  font-family:   arial,verdana,sans-serif;
 }

h1,h2
 {
  font-weight: bold;
  font-size:16px;
 }
 
h3,h4,h5,h6,h7
 {
  font-weight: normal;
  font-size:13px;
 }

