

body {
    background : #005698;
    font : 10pt 'Sans Serif',Arial;
    margin : 8mm 12mm 8mm 12mm;
    color : white;
  }


a, td {
    font : 10pt 'Sans Serif', Arial;
  }


a {
    color:yellow;
  }


h1 {
    font-weight : bolder;
    font-style: italic;
    font-size: 36pt;
    text-align:center;
     margin-bottom : 2pt;
     margin-top : 2pt;
   color:#8B8FE2;
  }


h2 {
    color : white;
    font-size : 18pt;
    font-weight : bold;
    margin-top : 0px;
    text-align : center;
    text-decoration : none;
  }


h3 {
    font-size: 12pt;
    font-weight : bold;
  }


p {
    text-align : justify;
  }


ul.alpha li {
    list-style : upper-alpha;
  }


ol.contents {
    list-style:decimal;
  }


ol.contents ul {
    list-style:square;
  }


sup,sub {
    font-size:60%;
  }


.bigger {
    font-size:150%;
  }


.smaller {
    font-size:75%;
  }


.imgleft {
    padding : 5px 25px 5px 5px;
    float : left;
  }


.imgright {
    padding : 5px 5px 5px 25px;
    float : right;
  }


h2.acshead {
    text-align:center;
    text-transform: uppercase;
    text-decoration: underline;
  }


h3.acshead {
    text-decoration: underline;
  }


.copyright {
    text-align:center;
    font-size: 10pt;
  }


