body {
  font-family: "verdana";
  font-size: 10pt;
  }  
h1 { 
  color: red;
  font-size: 14pt;
  font-face: Arial, sans-serif
  }
h2 {
  color: blue;
  font-size: 12pt;
  font-face: Arial, sans-serif
  }
p,li,dt {
  color: black;
  font-size: 10pt
  }
a:link, a:active, a:visited {
  color: blue;
  }
em.compname {
  color: blue;
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  }  
em.compdesc {
  font-weight: bold;
  font-size: 10pt
  }
em.jobdesc {
  font-style: normal;
  font-weight: bold;
  font-size: 12pt
  }
em.grade {
  font-style: normal;
  font-weight: bold;
  font-size: 8pt
  }
em.title {
  font-style: normal;
  font-weight: bold;
  font-size: 10pt;
  color: blue
  }
em.small {
  font-size: 8pt
  }
td {
  font-style: normal;
  font-weight: normal;
  font-size: 10pt
  }
dt {
  font-style: italic;
  font-weight: bold;
  font-size: 8pt
  }
dd {
  font-style: normal;
  font-weight: normal;
  font-size: 8pt
  }

