/*
 * TV Shows Style Sheet
 */

a:link {color: blue;}
a:active {color: cyan;}
a:visited {color: green;}
a:hover {color: red;}

BODY, P {
   color: black;
   background-color: white;
   margin: 1em;
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
}

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

/*
 *DD, DL, LI, P, UL {
 *   font-family: "NewCenturySchoolbook";
 *   font-weight: normal;
 *}
 */

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

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

H2.red {
   font-family: helvetica, arial, sans-serif;
   font-weight: bold;
   color: red;
   text-align: center;
}

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

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

HR {
   border: 2px solid red;
   width: 100%;
}

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

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

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

TH.center {
   font-family: helvetica, arial, sans-serif;
   text-align: center;
   vertical-align: bottom;
   color: red;
}

TH.left {
   font-family: helvetica, arial, sans-serif;
   text-align: left;
   vertical-align: bottom;
   color: red;
}

TH.right {
   font-family: helvetica, arial, sans-serif;
   text-align: right;
   vertical-align: bottom;
   color: red;
}

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

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

TD.normtop {
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
   text-align: justify;
   vertical-align: top;
}

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

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

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

TD.righttop {
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
   text-align: right;
   vertical-align: top;
}

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

TD.centertop {
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
   text-align: center;
   vertical-align: top;
}

TD.centerbd {
   font-weight: bold;
   text-align: center;
   vertical-align: top;
}

TD.leftbd {
   font-weight: bold;
   text-align: left;
}

TD.lefttop {
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
}

TD.epititle {
   font-weight: bold;
   font-style: italic;
}

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