/* common.css v1.0 (2001.10.11) CSS File to Declare 'common' styles by R L Samuell (http://www.samuell.com/) NOTICE: Copyright (c) 2001 by R L Samuell, All Rights Reserved. SOURCE: http://www.w3.org/TR/REC-CSS1 */ BODY { background: white; } A:link IMG { border: 2px solid blue } A:active IMG { border: 2px solid lime } A:visited IMG { border: 2px solid red } BODY { color: black; } A:link { color: blue; } A:active { color: green; } A:visited { color: red; } A:hover { color: magenta; background-color: transparent; text-decoration: none; } H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { display: block } B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline } PRE, TT, CODE, KBD, SAMP { font-family: "Courier", monospace } BODY { font-family: "Times New Roman", serif; } I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic } H1, H2, H3, H4, H5, H6, TT { font-weight: bold } B, STRONG { font-weight: bolder } BODY { line-height: 1.1; } OL { list-style: decimal } UL, DIR { list-style: disc } BODY { margin: 1em; } TABLE { margin-left: auto; margin-right: auto; text-align: center; } UL { margin-left: 1.5em; } BLOCKQUOTE { margin-left: 3em; margin-right: 3em } ADDRESS { text-align: center } P { text-align: justify; } UL LI { text-align: justify; } PRE { white-space: pre } /* Common Customizations */ .title { text-align: center; font-weight: bold; } BODY.aquarium { font-family: cursive; background: cyan; color: black; /* */ } BODY.blueLodge { background: blue; background-image: url(/image/tessel_bw50_45.GIF); background-repeat: repeat; color: #0080FA; link: #0080FA; vlink: #0080FA; alink: #0080FA; } BODY.futura { font-family: "Tempus Sans ITC"; background: blue; color: white; link: white; vlink: white; alink: white; } BODY.latenight { background: black; color: white; text-align: justify; font-weight: bold; } BODY.monastic { font-family: 'Carolingia','Book Antiqua', serif; background: ivory; color: black; } BODY.overcast { background: silver; color: black; text-align: justify; font-weight: bold; } BODY.traditional { font-family: 'Book Antiqua', serif; background: ivory; color: black; } DIV.ASCIIart { display : block; position : relative; margin-left : auto; margin-right : auto; font-family : monospace; font-size : 0.5em; white-space : pre; text-align : left; } DIV.blockcenter { text-align: center; } DIV.exampleURL { display: block; text-align: center; font-weight: bold; font-size: 0.7em; font-family: monospace; } DIV.footericons { text-align: center; position: relative; top: 1.2em; } DIV.footericons A IMG { border: 0; } DIV.paracenter P { text-align: center; } DIV.signature { position: relative; left: 66%; } DIV.signature P { text-align:left; text-indent:0; } DIV.textbanner PRE { font-size: 70%; text-align: center; } FORM.short { margin-bottom: 0; white-space: nowrap; } P.boxed { border: 1px solid red; padding: 1em; font-size: 85%; text-align : left; text-indent : 0; text-weight : bold; } P.notice { text-align : center; color : blue; font-style: italic; font-size: 80%; } P.seeAlso { text-align : center; color : blue; } P.warning { font-style: normal; color: red; } SPAN.error { font-style: normal; color: red; } SPAN.label { color: blue; text-align: left; } SPAN.marquee { } SPAN.northeastcorner { position: absolute; top: 3px; left: 3px; font-family: Wingdings, fantasy; font-style: normal } SPAN.white { font-style: normal; color: white; } SPAN.WingDings { font-family: Wingdings, fantasy; font-style: normal } TABLE.census { font-size: 70%; } TABLE.padded TD { padding-left: 0.5em; padding-right: 0.5em; } TT { color: orange; } /* .dr { text-align: center; background-image: url(/images/tessel2x4bw.jpg); background-repeat: repeat-x; margin: 1em auto 0; padding: 1px 0 0; width: 100%; } .dr HR { width: 0; line-height: 16px; margin-right: 100%; } */ /* H1 { font-size: xx-large } H2 { font-size: x-large } H3 { font-size: large } */ /* BODY UL { margin-bottom: 1em; } */