 
TD{
  font-size : x-small;
  line-height : 120%;
  color : #333333;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A{
  color : #ffffcc;
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}
A:ACTIVE{
  color : white;
}
A:VISITED{
  color : #fff066;
}

.black{
  color : #000000;
}
.dimgray{
  color : dimgray;
}
.cornsilk{
  color : cornsilk;
}
.khaki{
  color : khaki;
}
.orange{
  color : #FF9900;
}
.yellowgreen{
  color : yellowgreen;
}
.forestgreen{
  color : forestgreen;
}
.cornflowerblue{
  color : cornflowerblue;
}
.red{
  color : #FF3333;
}

