/*
 * Beverly Hills, 90210 Quick Reference Style Sheet
 */

BODY {
    color: black;
    background: url(/BH90210/images/BH90210LogoBkg.gif) white;
}

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

H3, H5 {
   font-family: helvetica, arial, sans-serif;
   font-weight: bold;
   color: green;
}

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

TABLE.center {
   margin-left: auto;
   margin-right: auto;
}

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

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

TD.nowrap {
   font-family: helvetica, arial, sans-serif;
   white-space: nowrap;
   vertical-align: top;
}

TD.title {
   font-weight: bold;
}

/*
 * 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
 *
 */

