<!--
BODY{
  color : white;
  background-color : black;
  line-height : 150%;
  font-size : 12px;
  text-align : center;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H1{
  font-size : 150%;
}
P{
  margin-top : 3px;
  margin-bottom : 3px;
}
H2{
  width : 800px;
  margin-top : 3px;
  margin-bottom : 3px;
  font-size : 20px;
}
A:LINK{
  color : aqua;
}
A:VISITED{
  color : fuchsia;
}
A:HOVER{
  color : red;
}
TABLE{
  background-color : white;
}
TD{
  font-size : 12px;
  background-color : black;
}
.left{
  line-height : 120%;

}
.right{
  font-size : 12px;
}
.top{
  line-height : 100%;
  font-size : 10px;
}
.down{
  font-size : 12px;
}
.menu{
  font-size : 12px;
  text-align : left;
  line-height : 120%;
  width : 50%;
  background-color : black;
  color : #dddddd
}
.leftimg{
  width : 90px;
  height : 60px;
  float : left;
  border-style : none;
}
A.none:link{
  color : #dddddd;
  text-decoration : none;
}
A.none:visited{
  color : #dddddd;
  text-decoration : none;

-->

