body
{
  background-color: #ffe4c4 ;
  font-family: verdana , sans ;
}

p
{
  font-weight: normal ;
}

h1,h2,h3 
{
  font-family: verdana, sans ;
  font-weight: bold ;
  font-size:   medium ;
  text-decoration: underline ;
}

table, tr, td
{
  border: 3px ;
  border-color: "#008000" ;
  border-style: solid ;

  margin: 5px ;
  padding: 8px  ;
  border-collapse: collapse ;
}

td
{
  border-top-style: none ;
  border-left-style: none ;
  border-bottom-style: groove ;
  border-right-style: groove ;
  border-width: 1px ;
}
