/* Style for Albion Monitor */ body { padding: 0px; margin: 0; font-family: sans-serif; color: black; background: #eeeeee; background-position: top left; background-attachment: fixed; background-repeat: no-repeat; } :link { color: #226644; background: transparent } :visited { color: #7f9fbf; background: transparent } a:active { color: #7f9fbf; background: transparent } a:link img, a:visited img { border-style: none } /* no border on img links */ A:link, A:visited, A:active { text-decoration: none } /* no underline links */ a img { color: white; } /* trick to hide the border in Netscape 4 */ @media all { /* hide the next rule from Netscape 4 */ a img { color: inherit; } /* undo the color change above */ } th, td { /* ns 4 */ font-family: sans-serif; } h1, h2, h3, h4, h5, h6 { text-align: left } /* background should be transparent, but WebTV has a bug */ h1, h2, h3 { color: #005A9C; background: transparent } h1 { font: 140% sans-serif; color: #222222; font-weight: bold; margin: 0px 0px 0px 0px } /* feature headline */ h2 { font: 90% sans-serif; font-weight: bold; margin: 0px } /* article headline */ h3 { font: 100% serif; font-weight: bold } h4 { font: 100% serif; font-weight: normal; line-height: 1.1; text-indent: 15px; margin-right: 15% } /* article text */ h5 { font: 80% sans-serif; font-weight: bold; line-height: 1.1; margin: -10px 0px 0px 10px } /* smaller version of h2 used in byline, columnist heds */ h6 { font: 80% sans-serif; font-weight: normal; line-height: 1.1; margin: -10px 0px 0px 10px} /* front page descriptors */ .hide { display: none } div.head { margin-bottom: 1em } div.head h1 { margin-top: 0em; clear: both } div.head table { margin-left: 0em; margin-top: 0em } p.copyright { font-size: small } p.copyright small { font-size: small } @media screen { /* hide from IE3 */ a[href]:hover { background: #ffa } } blockquote { margin-right: 25% /* important that it's smaller than h4 margin */ } pre { margin-left: 0em } p { margin-top: 1.5em; margin-bottom: 1.1em; } dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */ dt { font-weight: bold } pre, code { font-family: monospace } /* navigator 4 requires this */ ul.toc { list-style: disc; /* Mac NS has problem with 'none' */ list-style: none; } @media aural { h1, h2, h3 { stress: 20; richness: 90 } .hide { speak: none } p.copyright { volume: x-soft; speech-rate: x-fast } dt { pause-before: 20% } pre { speak-punctuation: code } } body { background-image: url("../art/bg.gif"); background-repeat: repeat-y; }