BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H1{
  font-size : large;
}
TD{
  color : #000000;
  font-size: x-small;
  line-height : 1.3em;
}
.XX-small{
  font-size: xx-small;
  line-height : 1.3em;
}
.X-small{
  font-size: x-small;
  line-height : 1.3em;
}
.Small{
  font-size: small;
  line-height : 1.3em;
}
.Large{
  font-size: large;
  line-height : 1.3em;
}
.X-large{
  font-size: x-large;
  line-height : 1.3em;
}
A{
  color : #0000ff ;
  font-size: x-small;
  line-height : 1.3em;
  text-decoration : underline;
}
A:hover{
  color : #ff0000 ;
  font-size: x-small;
  line-height : 1.3em;
  text-decoration : underline;
  position: relative;
  top: 1px;
  left: 1px;
}
A.imagelink{
  color : #0000ff ;
  font-size: x-small;
  line-height : 1.3em;
  text-decoration : underline;
}
A.imagelink:hover{
  color : #ff0000 ;
  font-size: x-small;
  line-height : 1.3em;
  text-decoration : underline;
  position: static;
}
A.largelink{
  color : #ffffff ;
  font-size: large;
  line-height : 1.3em;
  text-decoration : underline;
}
A.largelink:hover{
  color : #ffffff ;
  font-size: large;
  line-height : 1.3em;
  text-decoration : underline;
  position: relative;
  top: 2px;
  left: 2px;
}
A.widelink{
  display: block;
  width: 100%;
  color: #ffffff;
}
A.widelink:hover{
  background-color: #ffffff;
  color: #ff0000;
  position: relative;
  top: 1px;
  left: 1px;
}
