html * { font-size: 100.01% }

  body {
    font-family: georgia,times,serif;
    font-size: 13px; 
    color: #000;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-family: georgia,times,serif; 
  	font-weight: bold; 
  	color: #000;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 18px; color:#008f36;}                        /* 24px */
  h2 { font-size: 14px; color:#008f36;}          /* 24px */
  h3 { font-size: 13px; color:#000; font-style:italic;}         /* 18px */

  
    p { line-height: 16px; margin: 0 0 1em 0; }
  
  strong,b { font-weight: bold }
  em,i { font-style:italic }
  
    a {color:#000; text-decoration:none; background: #ffeb00;}
  a:focus,
  a:hover,
  a:active {color:#008f36; text-decoration:none; background: #fff;}
  
    .solid {border-top: 2px #000 solid; padding-top: 5px}

