<!--
TABLE{
  font-size : x-small;
}
BODY{
  font-size : x-small;
}
.Class{
  background-color : yellow;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : groove;
  border-bottom-style : groove;
  border-right-color : silver;
  border-bottom-color : silver;
  
  
  padding-left : 10px;
}
-->
