body{
  margin:0px;
}

td{
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#eeeeee;
  padding:1px
}
.comment{
  color:gray;
}

a{
  color:#1846B9;
  text-decoration:none;
}
a:visited{
  color:#000066;
}
a:hover{
  color:crimson;
  text-decoration:underline;
}

