<!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:24px; color: #E3372E; text-align: center}

h2{font-family:"Arial Black"; 
      font-size:24px; color: #E3372E; text-align: center}
h3{font-family:"Arial"; 
      font-size:18px; color: black; text-align: center}
h4{font-family:"Arial "; 
      font-size:18px; color: green; text-align: left}
h5{font-family:"Arial "; 
      font-size:12px; color: green; text-align: left}
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: green;}



a:link {font-weight: bold;  text-decoration: none; color: black}
 a:visited {font-weight: bold; text-decoration: none;  color: black}
a:hover {font-weight: bold; text-decoration: none; color:blue}
a:active {font-weight: bold; text-decoration: none; color:black}

#upper a:link {font-weight: normal; text-decoration: none; color: green}
#upper a:visited {font-weight: normal; text-decoration: none;  color: green}
#upper a:hover {font-weight: normal; text-decoration: none; color:green}
#upper a:active {font-weight: normal; text-decoration: none; color:green}

a: ol link {list-style-type: decimal}
a: ol ol link {list-style-type: lower-alpha}

div

 #navigation   a:link {font-weight: bold;  text-decoration: none; color: black}
#navigation a:visited {font-weight: bold; text-decoration: none;  color: black}
#navigation a:hover {font-weight: bold; text-decoration: none; color:blue}
#navigation a:active {font-weight: bold; text-decoration: none; color:black}



</html>