a.one:link, a.one:visited, a.one:active
  {
  text-decoration: none;
  color: white;
  }
a.one:hover
  {
  text-decoration: underline;
  color: white;
  }

a.two:link, a.two:visited, a.two:active
  {
  text-decoration: underline;
  color: #38475C;
  background-color: white;
  }
a.two:hover
  {
  text-decoration: underline;
  color: #38475C;
  background-color: white;
  }
