/* Style sheet for tables */
table#PgmList
{
  width: 800px;
  font-family: sans-serif;
  border: 5px solid black;
}
table#PgmList td,th {border : 1px solid black; }

