/* example of an external style sheet */

BODY {
  color: #050;
  background: white;
  font-family: "arial", helvetica, sans-serif;
}

A { 
  background: #ACA;
}
  
  
