body {
  background-color: #FAFAFE;  
}
A.link {
font-size: 15px;
text-decoration: none;
color: #004070;
}
A:hover.link{
text-decoration:underline;
position:relative; top:1;left:1;
color: #0000F0;
}
div.div1{
  line-height: 1.35;
}
table.tbl1{
  font-size: 15px;
  background-color: #505050;
  position:relative; left:50;
}
table.tbl2{
  font-size: 15px;
  line-height: 1.25;
}
td.td1{
  font-size: 15px;
  background-color: #FAFAFE;
  background-image: url(img/tbl.jpg); 
  background-repeat:no-repeat;
}