/*
 * Party of Five Quick Reference Style Sheet
 *
 *
 * NOTES:
 *
 * Font sizes have the following table for sizes:
 *
 *  Size    <Hn>   font-size
 *  ------------------------
 *    1     <H6>       8pt
 *    2     <H5>      10pt
 *    3     <H4>      12pt   Default font size
 *    4     <H3>      14pt
 *    5     <H2>      18pt
 *    6     <H1>      24pt
 *
 * Font sizes 5/6 (H1/H2) render at the same size 5 under Unix Netscape
 *
 */

BODY {
    color: black;
    background: white;
}

H2 {
   font-family: helvetica, arial, sans-serif;
   color: green;
   text-align: center;
}

H3 {
   font-family: helvetica, arial, sans-serif;
}

TH {
   font-family: helvetica, arial, sans-serif;
   color: red;
}

TD {
   font-family: helvetica, arial, sans-serif;
   font-weight: bold;
}


