BODY{
  font-size : 12px;
  color : #666666;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A{
  color : #75baff;
  text-decoration : none;
}
A:hover{
  color : #b0d8ff;
  text-decoration : underline;
}
.table{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : dashed;
  border-right-style : dashed;
  border-left-color : gray;
  border-right-color : gray;
  font-size : 12px;
}
