
body, div, ol, ul, dl, form, table {
    font-family: "Verdana", "Arial", sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 1.3;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Tahoma", "Arial", sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 1.0;
    padding: 0;
    margin: 0;
}
h1 {
    font-size: large;
    margin-top: 3pt;
}
h2 {
    color: yellow;
    background-color: navy;
    text-align: center;
    margin: 12pt 0 8pt 0;
    padding: 3pt 6pt 4pt 6pt;
}
h3 {
    font-size: small;
    margin-top: 6pt;
}
h5 {
    color: yellow;
    text-align: center;
    margin: 8pt 0 8pt 0;
}
h6 {
    font-size: x-small;
    font-weight: normal;
    font-style: italic;
    margin-top: 3pt;
}

.EpisodeProducer {
    color: silver;
}
.EpisodeDirector {
    color: yellow;
}
.EpisodeWriter {
    color: lime;
}
.EpisodeCast {
    color: aqua;
}
.EpisodeBrief {
    margin: 4pt 20% 8pt 2em;
}

#IntroBlock {
    font-family: "Arial", sans-serif;
    font-size: small;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 12pt;
}
#IntroText {
    font-family: "Arial", sans-serif;
    font-size: x-small;
    font-weight: normal;
    line-height: 1.4;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 8pt;
}
#PageFrame {
    color: white;
    background-color: black;
}
#PageHead {
    color: white;
    background-color: navy;
    padding: 5px 12pt 10px 12pt;
}
#PageBody {
    padding: 5px 24pt;
}
#PageTail {
    color: black;
    background-color: silver;
    padding: 10px 12pt 5px 12pt;
}
#SeasonMenu {
    float: left;
    text-align: left;
    padding: 3px 5px;
}
#SeasonMenu div {
    margin-top: 2pt;
}
#SeasonMenu a {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}
#SeasonMenu a:visited { color: blue; }
#SeasonMenu a:hover   { color: yellow; }

#RegularCast {
    margin: 4pt 18pt 6pt 7em;
    border: 1 solid red;
}
#RegularCast caption {
    color: aqua;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#RegularCast th {
    color: silver;
    font-size: x-small;
    font-weight: bold;
    font-style: italic;
    padding: 0 9pt;
}
#RegularCast td {
    color: white;
    white-space: nowrap;
    font-size: x-small;
    padding: 0 4pt;
}

#LegendBlock table {
    margin: 0 10% 6pt 5%;
}
#LegendBlock th {
    color: silver;
    background-color: black;
}
#LegendBlock td {
    font-size: xx-small;
    vertical-align: top;
    margin-left: 12pt;
    margin-right: 12pt;
    padding: 1px 6pt;
}
#PageTail blockquote {
    font-family: serif;
    font-size: xx-small;
    font-style: italic;
    margin: 12pt;
}

