body{
   font-family: Trebuchet MS;
   font-size: 12px;
   color: Black;
}

A {
  color: #BA55D3;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

A:hover {
  color: #FF69B4;
  border-bottom: 2px solid pink;
}