body,tr,td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    text-decoration: none;
}

.indent
  {
  padding: 0em 2em 0em 2em;
  text-align: justify;
  }

.yellowcell
  {
  color: black;
  text-decoration: none;
  background-color: #eec00a;
  }

.bluecell
  {
  color: white;
  text-decoration: none;
  background-color: #064281;
  }
  
.pinkcell
  {
  color: red;
  text-decoration: none;
  background-color: #ffE0F0;
  }
  
.heading
  {
  font-size: 24px;
  }
