/* CSS Document */

  body {
    font-family: arial, helvetica;
  }

  h1 {
//    font-size: 24pt;
  }

// tables

/*
  table {
    border: thin solid gray;
    border-collapse: collapse;
    border-style: solid;
    border-color: gray;
    border-width: medium;
  }
*/

  th {
    font-size: 12pt;
  }

  th.header {
    letter-spacing: 1;
    text-transform: uppercase;
  }

  thead td {
    font-size: 11pt;
  }

  td {
    font-size: 9pt;
  }

// miscellaneous

  p.subtitle {
    font-size: 10pt;
  }
