BODY	{ 
      background: #efefef;

	  color: black;
	  font-family: Helvetica, Arial, Verdana, sans-serif;
          font-size: medium;
	  margin-left: 3em;
	  margin-right: 1em; }
A {
  background: #EFEFEF;
  font-family: sans-serif;
  font: Helvetica, Arial, Verdana;
  font-size: medium;
  color: black;
  font-weight: 700;
}

:link {text-decoration: none;  color: #00C; background: transparent }
A:visited {text-decoration: none; color: #00C; background: transparent; }
A:active {text-decoration: underline; color: blue; background: transparent; }
A:hover { color: #ff0080; text-decoration: underline; background: none;}

