BODY { 
  color: white;
  background: url(images/background.jpg) #000000 center center;
  background-repeat: no-repeat;
  font-family: arial, sans-serif;
  margin: 0
}

P { font-size: 90%;            /* main text */
 text-align: left;
 }

P#F { font-size: 100%;            /* intro text */
 text-align: left;
 }

P#C {  font-size: 80%;        /* copyright text */
 font-weight: normal; 
 text-align: center; 
 background-color: #111111;
 background-image: none; 
 margin:0px;
 padding:0px; }

P#D {  font-size: 80%;        /* date text */
 font-weight: normal; 
 text-align: left; }

SPAN#select {  font-size: 100%;            /* selected menu text */
 font-weight: bold; 
 text-align: left; 
 background-color: #222222; 
 background-image: none; 
 margin:0px;
 padding:0px; }

DIV#select {  background-color: #111111;   /* selected 2nd background */
 background-image: none; 
 margin:0px;
 padding:0px; }

A:link { color: #EEEEEE;
  text-decoration: none }   /* unvisited link */

A:visited { color: #EEEEEE;
  text-decoration: none }   /* visited links */

A:active { color: #FFFFFF;
  text-decoration: none }   /* active links */

A:hover { color: #FFFFFF;
  text-decoration: underline }   /* hover links */

LI.indent { font-size: 90%;            /* indented text */
   text-align: left;
   padding-left: 20pt; 
   padding-right: 20pt;   }