BODY {
  margin-left: 2%;
  margin-right: 2%;
  width:900px;
  color: white;
  background: black; 
  font-family: sans-serif;
}

SMALL {
  font-size: 90%;
}

BIG {
  font-size: 130%;
}

IMG {
  border: 0;
}

A:link    { color: blue;
	   } 
A:visited { color: navy;
           }

P.author  { 
  font-size: 80%;
  font-style: italic;
  color: black;
}

P.index {
  font-size: 80%;
  color: black;
}

P.top { 
  margin-top: 0.5em;
  margin-bottom: 0em;
}

EM, B { 
  font-weight: bold;
  color: green;
}

I {
  font-style: italic;
  color: red;
}

UL, OL { 
  margin-left: 15px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

PRE, TT, CODE, KBD { 
  color: red;
  font-weight: bold;
  font-size: 100%;
  font-family: "Courier New", courier, monospace;
}

BLOCKQUOTE {
  color: fuchsia;
  font-weight: bold;
  font-style: italic;
  margin-left: 15px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

HR { 
  margin-top: 0.2em;
  color: #ffffe8;
}

HR.top {
  margin-bottom: 0.4em;
}

HR.bottom {
  margin-top: 0.4em;
}

H1 {
  color: black ;
  font-size: 130%;
  font-weight: bold;
  text-transform: uppercase;
}

H2 {
  color: black;
  font-size: 120%;
  font-weight: bold;
  font-variant:small-caps;
}

H3 {
  color: black;
  font-size: 110%;
  font-weight: bold;
  text-transform: capitalize;
}  

H4 {
  color: black;
  font-weight: bold;
  font-size: 100%;
}


div.box { 
  border: solid;
  padding: 25px;
  border-width: thin; 
  width: 100%;   
  color:black;
  background-image: url(/vannoord/figs/aibggr2.png);
}


