BODY
  { color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal; 
    font-style: normal;
    background-color: #eaefe4;    
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
BODY.whiteBG
  {
	 background-color: #ffffff;
  }
A:link
  { color: #000000;
    text-decoration: underline;
  }
A.blink:link
  { color: #ff0000;
/*    text-decoration: blink;  */
  }
A:visited
  { color: #000000;
    text-decoration: underline;
  }
A.blink:visited
  { color: #ff0000;
    text-decoration: underline;
  }
A:active
  { color: #000000;
    text-decoration: none;
  }
A:hover
  { color: #ff0000;
    text-decoration: underline;
  }
/* p {
  margin-bottom: 1em; /* or 16px, 1.5rem, etc. */
} */
