﻿
/* Prevent URL being shown after hyperlinks */
a:link:after, a:visited:after,   a[href]:after  {
    content: "";
}