/*
 * TV Shows Style Sheet
 */

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

A:link  {
   text-decoration: none;
   color: pink;}

A:visited  {
   text-decoration: none;
   color: pink;}

/* Following not supported in current browsers */
A:active  {
	text-decoration: none;
	color: pink;}
H1 {
   font-family: helvetica, arial, sans-serif;
   font-size: 24pt;
   color: pink;
   text-align: center;
}

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

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

H3 {
   font-family: helvetica, arial, sans-serif;
   color: #00FF00;
}

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

H4 {
   font-family: helvetica, arial, sans-serif;
   color: white;
}

H5 {
   font-family: helvetica, arial, sans-serif;
   color: yellow;
}

P {
   font-family: helvetica, arial, sans-serif;
   color: white;
   background: black;
}

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

TH {
   font-family: helvetica, arial, sans-serif;
   font-weight: bold;
   color: pink;
}

TD {
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
   color: white;
}

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

TD.air {
   font-weight: normal;
   font-size: 10pt;
   color: white;
}

TD.right {
   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.center {
   font-weight: normal;
   text-align: center;
}

TD.centertop {
   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.norm {
   font-family: helvetica, arial, sans-serif;
   font-weight: normal;
   text-align: justify;
}

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