h1 {
 font-family: Times New Roman;
 font-size: 16pt;
 font-style: italic;
 text-decoration: underline;
 text-align: center;
 color: #0000FF;
}

h2 {
 font-family: Times New Roman;
 font-size: 12pt;
 text-align: left;
 letter-spacing:0.2mm;
 word-spacing:0.8mm;
 color:black;
}

h3 {
 font-family: Times New Roman;
 font-size: 16pt;
 text-align: right;
 color: black;
}
h4 { font-size:24pt;
     color:#800000;
     font-style:italic;
     text-decoration: underline }

h5 {
 font-family: Times New Roman;
 font-size: xx-large;
 font-weight: bold;
 text-align: left;
 color: #000000;
}
h6 {
 font-family: Times New Roman;
 font-size: 16pt;
 text-align: left;
 color: black
 }

li  {
        font-family:Times New Roman
        font-size:12pt;
        line-height:12pt;

        letter-spacing:0.2mm;
        word-spacing:0.8mm;
        color:black; }

p {font-family:Times New Roman
        font-size:12pt;
        line-height:12pt;

        letter-spacing:0.2mm;
        word-spacing:0.8mm;
        color:black;
}
dt {
 text-align: center;
}

ul {
 text-align: left;
}


body {
 text: #000000;
}

div {
 font-family: Times New Roman;
 font-size: larger;
 text-align: rigth;
}

 a:link {
 text-decoration:none;
 font-weight:bold;
 color:#0000FF;
  }

 a:visited {
 text-decoration:none;
 font-weight:bold;
 color:#0000FF;
 }

 a:hover {
 text-decoration:none;
 font-weight:bold;
 color:#FF0000;
 }

 a:active {
 text-decoration:none;
 font-weight:bold;
 color:#FF0000;
 }