
body  {
  /* Gets rid of margins in space around page's content */
  /* margin: 0; */
  /* Selects font for the page */
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  /*Selects color for body text */
  /* color: #333; */
  /* Selects the background color of the page. */
  /* background-color: #CF0; */
  }
p, td  {
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  }

