@import url(mystyle2.css);
table.oneborder{
  border-bottom-width : 1px;border-style : none none dotted;
  border-bottom-color : gray;
}

table.oneborder th{
  border-bottom-width : 1px;border-style : none none dotted;
  border-bottom-color : gray;
}

table.oneborder td{
  border-bottom-width : 1px;border-style : none none dotted;
  border-bottom-color : gray;
}
