/*This is how you add a comment*/

a:active {
  color: #F21616; 
}

a:hover {
  color: #01A9DB;
  font-weight:bold;
}
a:link {
  color: #34F216;
}
a:visted {
  color: #BD56B6;
}
  