BODY {
  color: black;
  background-color: white;
}

BODY, P, DIV, H1, H2, H3, H4, H5, H6, UL, OL, DL, BLOCKQUOTE, CAPTION, TR {
  font-family: sans-serif, verdana;
}

A:hover {
  /* stupid W3C validator moans about not setting a foreground 
     colour here, even though I don't want to override it. */
  background-color: #e0e0c0;
}

STRONG {
  font-weight: bold;
}

DT, BLOCKQUOTE {
  font-style: italic;
}

/* FIXME: move to tigerpig doc */
.species { 
  font-style: italic;
}
BLOCKQUOTE .species { 
  font-style: normal;
}

BLOCKQUOTE, .quote {
  margin: 0em 1em 0em 1em;
}

DIV.navbar {
  font-size: 80%;
}

H1 {
  background-color: #0eae85;

  /*
     This should be url(../imgs/...) but fucking Netscape
     takes it relative to the doc not the stylesheet, so I have
     to use an .htaccess hack to redirect .../imgs/h1-bg.jpg to
     the right place. 
  */
  //background-image: url(imgs/h1-bg.jpg);

  border: thin solid #ffffff;
  padding: 0.25em;
  color: white;
  //width: 98%;
  text-align: center;
  font-size: 150%;
}

H2 {
  border: thin solid white;
  padding: 0.25em;
  color: #7070a0;
  background-color: #e8e8e8;
  //width: 98%;
  text-align: left;
  font-size: 120%;
}

H3 {
  font-size: 110%;
  color: #0eae85;
  background-color: white;
  font-style: italic;
  font-weight: bold;
}

H4 {
  font-weight: bold;
}

CAPTION { 
  font-size:80%;
}

.warning {
  border: medium solid red;
  padding: 5px;
}

SPAN.warning {
  color: red;
  border: none;
  background-color: white;
}

.code, .keyinput, CODE, KBD {
  color: #b06000;
  background-color: white;
}

.file, .directory, .man {
  color: #ff4500;
  background-color: white;
}

.param {
  color: #ff4000;
  background-color: white;
}

PRE.code, PRE.keyinput {
/*
  border: solid black thin;
  border-left: 5px solid #555555;
*/
  padding: 0.5em;
  margin-left: 5%;
  margin-right: 5%;
  background: #e0e5f5;
  color: black;
}

.illegible {
  font-size: 60%;
  color: gray;
  background-color: white;
}

/*
TT, KBD, CODE {
  font-family: monospace;
}
*/

TT.executable, TT.library, Q {
  font-style: italic;
}

.update { 
  color: red;
  background-color: white;
}
