body {
  padding: 0px;
  margin: 0px;
}
a:LINK {
  COLOR: #0000ff;
  FONT-SIZE: x-small;
  FONT-WEIGHT: normal; 
  TEXT-DECORATION: none; 
  FONT-FAMILY: arial;
}
a:VISITED {
  COLOR: #0033ff; 
  FONT-SIZE: x-small; 
  FONT-WEIGHT: normal; 
  TEXT-DECORATION: none; 
  FONT-FAMILY: arial;
}
a:HOVER {
  COLOR: #00bfff; 
  FONT-SIZE: x-small; 
  FONT-WEIGHT: normal; 
  TEXT-DECORATION: underline; 
  FONT-FAMILY: arial;
}
.lbutton:LINK {
  font-size: xx-small;
  text-decoration: none;
  color: black;
}
.lbutton:VISITED {
  font-size: xx-small;
  text-decoration: none;
  color: black;
}
.lbutton:HOVER {
  font-size: xx-small;
  text-decoration: none;
  color:black;
}
td {
  font-size: x-small; 
  text-decoration: none;
  color :black;
}
.small {
  font-size: x-small;
  text-decoration: none;
  color: black;
}
.dynalink {
  cursor: pointer; 
  cursor: hand; 
  text-decoration: underline; 
  color:blue;
}
