<!--
body {
 
 font-family: "Times New Romman", Times, serif;
 text-align:left;
 margin:0px;
 line-height:120%;
 background-color:wheat;
}
.li{
 list-style-type:none;
}
h1{
  font-size:1.2em;
  margin:0;
  padding:0;
  background-color:goldenrod;
  color:white;
}
h2{
 font-size:1.0em;
 padding:10px;
 text-align:center;
 
}
div#header{
 width:780px;
}
div#container{
 width:780;
}
div#contents{
 width:780;
 color:darkgoldenrod;
 background-color:antiquewhite;
 text-align:left;
 line-height:140%;
 padding-top:0;@
}

.text {
 margin-left:10px;
}


div#footer{
 width:780px;
 clear:both;
 color:white;
 background-color:darkgoldenrod;
}

table{
  font-size : 14px;
  line-height : 120%;
}
.li ul{
 align:left;
 line-height:140%;
} 

a:link { color:white; }
a:visited { color: white; }
a:hover,a:active { background-color: white; color:darkslategray; }
a { text-decoration: none; }
-->