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

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

