body {color: #000000; background: #f8f4e7}
/* We are also considering #552800 as a main text color.  Stay tuned...  */
a:link    {color: #cc0000}
a:active  {color: #ff0000}
a:visited {color: #800000}
h1 {text-align: center}

/* The following (and other <p> style stuff) requires some careful thought
   before a style decision is reached, because of its wide implications.  */
/* p {text-indent: 1em} */
p.indented {text-indent: 1em}

blockquote.off p {margin-top: 0.8ex; margin-bottom: 0ex}

/* Note: Netscape has notoriously bad support for list style stuff.  */
ul.unmarked {list-style-type: none}

/* For marginalia, also taking care of some Netscape... shortcomings,
   while possibly preventing shortcomings of other browsers.  */
table.marginal {font-family: serif; font-size: small; left-margin: 1em}
table.marginal td {font-family: serif; font-size: small}
td.marginal {font-family: serif; font-size: small}
td.marginal td {font-family: serif; font-size: small}
td.marginal table td {font-family: serif; font-size: small}
span.marginal {font-family: serif; font-size: small}

div.header span.nav {font-family: sans-serif; font-size: small}
div.header span.nav span.current {font-family: sans-serif; font-weight: bold; font-size: small}
div.header span.alt {font-family: sans-serif; font-weight: normal; font-size: small}
div.header span.alt span.current {font-family: sans-serif; font-weight: bold; font-size: small}

td span.nav {font-family: sans-serif}
th span.nav {font-family: sans-serif}

div.footer {font-family: sans-serif; font-size: small}
div.footer td {font-family: sans-serif; font-size: small}
div.footer span.uri {font-family: sans-serif; font-size: small; color: #808080}

span.AN {color: #000000; font-weight: bold}
span.AN a:link {color: #000000; text-decoration: none}
span.AN a:visited {color: #000000; text-decoration: none}
span.AN a:active {color: #000000; text-decoration: none}
span.AN span.cap {color: #de0204}
span.AN a span.cap {color: #de0204}

span.check {color: #b8860b; font-family: sans-serif}
span.check a:link {color: #b8860b; 
  font-family: sans-serif; text-decoration: none}
span.check a:visited {color: #b8860b;
  font-family: sans-serif; text-decoration: none}
span.check a:active {color: #b8860b; 
  font-family: sans-serif; text-decoration: none}

td span.check {color: #b8860b; font-family: sans-serif}
td span.check a:link {color: #b8860b; 
  font-family: sans-serif; text-decoration: none}
td span.check a:visited {color: #b8860b;
  font-family: sans-serif; text-decoration: none}
td span.check a:active {color: #b8860b; 
  font-family: sans-serif; text-decoration: none}

span.highlight {background: #f0f000}

