<!--
body {
 font-family: "Times New Romman", Times, serif;
 text-align:center;
 margin-top:0;
 background-color:wheat;
}

h1{
  font-size:1.2em;
  margin:0;
  padding:0;
  background-color:goldenrod;
  color:white;
}
h2{
 padding:2px;
 font-size:1.2em;
 color:darkgoldenrod;
 font-family: "Times New Romman", Times, serif;
 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%;
}
.text {
 margin-left:10px;
}


div#footer{
 width:780px;
 clear:both;
 color:white;
 background-color:darkgoldenrod;
}

table{
  font-size : 14px;
  line-height : 150%;
}
 

a:link { color:dimgray; }
a:visited { color: dimgray; }
a:hover,a:active { background-color: white; color:orange; }
a { text-decoration: none; }
-->