BODY { 
  background-color: #ffffff;
  color: #333333;
  font-family: "Arial";
}

A:link {
  color: #000099;
  font-weight: bold;
  text-decoration: none
}

A:visited {
  color: #000066;
  font-weight: bold;
  text-decoration: none
}
		  
A:active { 
  color: #0000cc;
  font-weight: bold;
  text-decoration: none
}

