BODY  
  {
    margin-left: 5%;
    margin-right: 5%;
    background: rgb(240, 240, 240);
  }
A
  {
    text-decoration: none;
  }
:hover
  {
    text-decoration: underline;
  }
A.MENU
  {
    font-family: sans-serif;
    font-size: 70%;
    font-weight: normal;
    text-align: center;
}
TABLE
  {
/*    background: rgb(255, 255, 204);  */
    background: rgb(248, 248, 255);
    width: 100%;
  }
TH
  {
    color: rgb(102, 102, 153);
    font-family: sans-serif;
    font-size: 120%;
    font-weight: normal; 
    text-align: center;
    width: 100%;
  }
TD
  {
    font-family: sans-serif;
    text-align: left;
    }
TD.BANNER
  {
    background: rgb(102, 102, 153); 
    color: rgb(255, 255, 224); 
    width: 100%;
    font-family: sans-serif;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
  } 
TD.GROUP
  {
    background: rgb(153, 153, 200);
    color: rgb(200, 200, 200);
    width: 100%;
    font-family: sans-serif;
    font-size: 18pt;
    font-weight: normal;
    text-align: center;
/* for internet explorer */
    border-top: solid; 
    border-color: rgb(153, 153, 153);
  }
TD.BOTTOM
  {
/*    background: rgb(204, 204, 153);  */
    background: rgb(153, 153, 102);
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    width: 25%;  
  }
H1
  {
    color: rgb(238, 016, 032);
    font-family: sans-serif;
    font-size: 100%;
    font-weight: 850;
    text-align: justify;
  }
H2
  {
    color: rgb(032, 000, 128);
    font-family: sans-serif;
    font-size: 170%;
    font-weight: 700;
    text-align: justify;
  }
H3
  {
    color: rgb(220, 016, 096);
    font-family: sans-serif;
    font-size: 130%;
    font-weight: 650;
    text-align: justify;
  }
H4
  {
    color: rgb(000, 000, 000);
    font-family: sans-serif;
    font-size: 115%;
    font-weight: 600;
    text-align: justify;
  }
LI
  {
    color: rgb(000, 000, 000);
    font-family: sans-serif;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
  }
P
  {
    color: rgb(000, 000, 000);
    font-family: sans-serif;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
  }
P.MENU
  {
    color: rgb(000, 000, 000);
    font-family: sans-serif;
    font-size: 70%;
    font-weight: normal;
    text-align: center;
  }
P.RED
  {
    color: rgb(255, 000, 000);
    font-family: sans-serif;
    font-size: 100%;
    font-weight: normal; 
    text-align: center;
  } 
P.BLUE
  {
    color: rgb(000, 000, 255);
    font-family: sans-serif;
    font-size: 100%;
    font-weight: normal; 
    text-align: center;
  } 
#CONTROL
  {
    position: absolute;
    left: 40%;
    top: 120%;
  }
