﻿a:hover {
  position: relative;
  top: 1px;
  left: 1px;
  color: red;
}
H1{
  font-size : 180%;
}
BODY{
  font-size : 100%;
  line-height : 1.5;
  width : 80%;
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : 0px;
}
TABLE{
  width : 99%;
  color : white;
}
P{
  line-height : 1.5;
}
H2{
  font-size : 160%;
}
TD{
  color : white;
  font-size : 110%;
  line-height : 1.5;
}
A{
  text-decoration : none;
}
H3{
  font-size : 140%;
  font-weight : normal;
}