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

UL {
  font-family: sans-serif;
  font: Helvetica, Arial, Verdana;
  color: black;
}
: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;}

.yla { color: white;
       }
