body {
  margin-top: 10px;
  margin-left: 5px;
}

p, td {
  color: #000044;
  font-family: Arial;
  font-size: 14px;
}

a {
  color: blue;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}


.sectionHeadingDiv
{
  color: black;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;

  border-bottom: solid 1px #000;

  margin-bottom: 10px;
}


.menuLink
{
  color: black;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menuLink:hover
{
  color: blue;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}