a:link { color: blue; text-decoration: none; }
a:visited { color: #8c11b8; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
a:focus { text-decoration: none; }

