/*
 * CSS default style sheet for Web pages on TV.
 * Assumes default style sheet as given in CSS2 REC.
 * Bert Bos, 21 July 1998
 */

BODY { font-size: 18px; font-family: helvetica, sans-serif;
       background: #191919; color: #EFEFEF;
       margin: 6px 8px 36px 8px; /*width: 544px; height: 378px*/ }
.link, A:link { color: #AAF; background: #191919; text-decoration: none }
.visited, A:visited { color: #FAF; background: #191919; text-decoration: none }
.active, A:active { background: #EFEFEF; color: #FAF; text-decoration: none }
H1, H2, H3, H4, H5, H6 { margin: 18px 0; font-weight: bold }
H6, H4, H2 { text-transform: uppercase }
H6 { font-size: 100%;}
H5, H4 { font-size: 120% }
H3, H2 { font-size: 140% }
H1 { font-size: 160% }
P, LI, DT { margin: 0 }
UL { margin: 0 1em }
OL { margin: 0 2em }
DL { margin: 0.8em 0 }
DT { font-style: italic }
DD { margin: 0 0 0 1em }
BLOCKQUOTE { margin: 0.8em 1em; font-style: italic }
BLOCKQUOTE EM, EM EM { font-style: normal }
PRE { font-family: courier, monospace }
.warning { font-weight: bolder;
           background: yellow; color: black; padding: 0.1em }
.colophon { display: none }
.small-break { margin-top: 0.8em }
