/* CSS style sheet for I69Info.com
 * (C) 1997-2002 Chris Lawrence.
 * May be freely reused without any restrictions.
 */ 
P { text-indent: 0 em}
P.nav { text-indent: 0 em; text-align: left }
P.pic { text-indent: 0 em }

/* Style for introduction paragraphs */
P.intro { text-indent: 0 em; font-style: italic; font-weight: bolder;
 font-size: larger }

/* */
P.big { text-indent: 0 em; font-weight: bolder; font-size: larger;
 text-align: center }

H1 { text-align: center }

/* Silly <BODY ...> things */
BODY { 
    /* color: white; background: #11c134; */
  color: black;
  background: white;
  font-family: "Albany AMT", Albany, "Gill Sans", sans-serif
}
A:link { color: #000082 }
A:visited { color: #cd0000 }
A:active { color: #cd0000 }
A:hover { color: black }

TABLE.frontpage {
 font-family: "Albany AMT", Albany, "Gill Sans", sans-serif;
 text-align: left
}

TD.navcol { font-size: smaller }

CITE { font-style: italic }

UL.noindent {padding-left: 0.5em; margin: 0; list-style: none}

OL.lettered { list-style: upper-alpha }

H2 { margin: 0 }

.nowork { color: #660000 }
.deis { color: #cc0000 }
.feis { color: #000082 }
.tier2d { font-style: italic; color: #cc0000 }
.tier2f { font-style: italic; color: #000082 }
.design { color: black }
.row { color: magenta }
.const { color: #770 }
.complete { color: green }

table.siu { border-collapse: collapse;
            border-bottom: 1px solid black }

table.siu th { border-bottom: 1px solid black }

table.siu td { border-bottom: 1px solid #aaa }

PRE { font-family: Andale Mono, Courier New, Courier, fixed, monospace }

SPAN.date {  color: green }
/* SPAN.date:hover { color: #cd0000 } */

TABLE.misc { border-width: thin; border-style: solid none;  }
/* 
TR.header { border-width: thin; border-style: solid; }
*/

.siucol { text-align: center }

DD { margin-bottom: 1em }
dd p:first-child { margin-top: 0 }

dt { font-weight: bolder }
