body {
                  background-color: #000099;
                  text-decoration: none;
                  color: #FFFFFF;
                  margin-left: 5%;
                  margin-right: 3%;
                  text-align: right;
                  font-style: normal;
                  font-family: Verdana,arial,Sans-Serif; 
                  font-size: 75%;  
                  line-height: 120%;                               
                  }

h1, h2, h3        {
                  font-style: normal;
                  
                  color: #FFFFFF;
                  text-align: left;
                  font-weight: bold;
                  font-family: Verdana,arial,Sans-Serif;
                  margin-top: 4;
                  margin-bottom: 8;
                  }
h4 {
                  font-style: normal;

                  color: #FFFFFF;
                  font-size:95%;
                  text-align: left;
                  font-weight: bold;
                  margin-top: 4;
                  margin-bottom: 6;
                  font-family: Verdana,arial,Sans-Serif;
                  }         

h5 {
                  font-style: normal;

                  color: #FFFFFF;
                  font-size:90%;
                  text-align: left;
                  font-weight: normal;
                  margin-top: 0; 
                  margin-bottom: 0;                  
                  font-family: Verdana,arial,Sans-Serif;
                  }


h6 {
                  font-style: bold;

                  color: #FFFFFF;
                  font-size:100%;
                  text-align: left;
                  font-weight: bold;
                  margin-top: 0;
                  margin-bottom: 10;
                  font-family: Verdana,arial,Sans-Serif;
}
                  


td, li, dt, dd {

                  color: #FFFFFF;
                  font-style: normal;
                  line-height: 120%;
                  font-size: 90%;
                  }


ul li {
                  list-style: disc;
                  }

ol li {
                  list-style: lower-alpha;
                  }

a:link  {
        text-decoration: none;
        color: #ffcc33;
        }


a:visited  {
        text-decoration: none;
        color: #ffcc33;
        }

a:hover  {
        text-decoration: none;
        color: #eeeeee;
        }

hr {
                  color: #ffffff;
                  
                  margin: 0px 
                  height: 2px;
}


