     /* set h1 style to bold, color to forestgreen, font +3*/
     h1 { font-family: "Humans521 Lt BT", Times;
          color: forestgreen;
          font-weight: bold;}
     /* set h2 style to bold, color to forestgreen, font +2, underlined*/
     h2 { font-family: "Humans521 Lt BT", Times;
          color: forestgreen;
          font-weight: bold;
          text-decoration: underline}
     /* set h3 style to bold,  font +1*/
     h3{  font-family: "Humans521 Lt BT", Times;
          font-weight: bold}
     /* set h4 style to bold*/
     h4 h5 h6 h7{  font-family: "Humans521 Lt BT", Times}
     /* set p style to Humans521 Lt BT*/
     p{  font-family: "Humans521 Lt BT", Times}
