/*
 * TV Shows Style Sheet
 */

BODY {
    background: black;
    margin: 1em;
}

DIV.box {
   background: orange;
   border-style: solid;
   border-width: 5px;
   padding-top: 40px;
   padding-bottom: 25px;
   padding-left: 50px;
   padding-right: 50px;
   margin-top: 3em;
   margin-bottom: 3em;
   align: center;
}

DD, DL, P {
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
}

H1 {
   font-family: helvetica, arial, sans-serif;
   font-size: 24pt;
   color: blue;
   text-align: center;
}

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

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

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

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

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

TD.norm {
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
}

TD.air {
   font-weight: normal;
   font-size: 12pt;
}

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

