<!DOCTYPE html PUBLIC "_//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

body{background:#9ccf; padding:10px; margin:0;}


h1{font-family:"Arial Black"; 
      font-size:20px; color: #0000FF; text-align: center}

h2{font-family:"Arial Black"; 
      font-size:16px; color: #0000ff; text-align: left}
h3{font-family:"Arial Black"; 
      font-size:24px; color: white; text-align: right}
h4{font-family:"Arial Black"; 
      font-size:24px; color: black; text-align: right}
h5{font-family:"Arial Black"; 
      font-size:24px; color: black; text-align: right}
h6{font-family:"Arial Black"; 
      font-size:12px; color: black; text-align: right}
h7{font-family:"Arial Black"; 
      font-size:24px; color: black; text-align: right}

p{font-family: "Arial "; text-indent:0em; font size: 14px; color: black;}

a:link {font-weight: normal; text-decoration: none; color: blue}
a:visited {font-weight: normal; text-decoration: none;  color: black}
a:hover {font-weight: normal; text-decoration: none; color:red}
a:active {font-weight: normal; text-decoration: none; color:black}

a: ol link {list-style-type: decimal}
a: ol ol link {list-style-type: lower-alpha}


ol li {list-style-type:upper-roman}

ol ol li {list-style-type:upper-alpha}

ol ol ol li {list-style-type:decimal}
div


</html>