a {  text-decoration: underline;  }
a:hover {  text-decoration: none; }
a:active {  text-decoration: strike-trough; }

