﻿a {text-decoration: none;}
a:link {
    color: black;
}
a:visited {
  color: orange;
text-decoration: line-through;
}