table tr td span  {color: red;
  }

a.canada {color: black;
  font-family: times, serif;
  font-style: normal;
  font-weight: normal;
  }

a:link  {
  text-decoration:  none;
  font-family:  times, serif;
  font-weight:  bold;
  }

a:visited  {
  font-style: normal;
  text-decoration:  none;
  font-family:  times, serif;
  font-weight:  normal;
  }

a:hover {
  text-decoration: underline;
  }