BODY, UL, LI, H1, H2, H3, P, TD {
     font-family:   Arial, Helvetica;  
 color: rgb(200,200,100);
}

BODY { 
     background-color: rgb(51,0,101);
     color: rgb(255,255,255);
  /* background-image: url("pix/bg2.jpg"); */
}

P { 
 margin-left: 20%;
 margin-right: 20%;
 margin-top: 10pt;
 margin-bottom: 10pt;
 text-align: justify; 
 color: rgb(200,200,100);
} 

H1, H2, H3 {  
 margin-left: 20% ;
 margin-right: 20%;
 text-align: center; 
 color: rgb(200,200,200);
}

I { color: rgb(255,150,50); }


A:link  { color: rgb(220,150,50); } 
A:visited { color: rgb(200,100,50); }
A:active  { color: rgb(250,150,100); } 

/* top-level lists are 60% of available width */
UL { 
  /*list-style-image: url(../images/bull.gif) disc;  */
 margin-left: 20% ;
 margin-right: 20%;
 width: 60%;
 color: rgb(200,100,100);	 
}

/* lists inside tables can be wide */
TD UL {  
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
  color: rgb(200,100,80);	 
}

LI { 
  color: rgb(200,200,80); 
  list-style-image: url("pix/bull.gif");  
}

SMALL { 
  color: rgb(130,130,130);
}
