body
{
  font-weight: bold;
}

table
{
  font-weight: bold;
}

th
{
  font-family: lithograph, arial;
  font-size: 20px;
  color: yellow;
}

.group
{
    display: block; 
    padding: 5px 10px 5px 10px;
    color: #000000;  
    text-decoration: none;
    width: auto;
}

.group:hover
{
  background-color: limegreen;
  color: yellow;
}


