﻿a:focus {outline: 0;}
img {border-style:none;}

@media print{
    body {font-size: small;}
    a[href]:after{ content: none !important;}
    a[title]:after{ content: none !important;}
}

.link-normal {text-decoration: underline !important;}
.link-normal:active {text-decoration: none !important;}
.link-normal:focus {text-decoration: none !important;}
.link-normal:hover {text-decoration: none !important;}
.link-normal:visited {text-decoration: none !important;}
.link-inverted {text-decoration: none !important;}
.link-inverted:active {text-decoration: underline !important;}
.link-inverted:focus {text-decoration: none !important;}
.link-inverted:hover {text-decoration: underline !important;}
.link-inverted:visited {text-decoration: underline !important;}
.link-off {text-decoration: none !important;}
.link-off:active {text-decoration: none !important;}
.link-off:focus {text-decoration: none !important;}
.link-off:hover {text-decoration: none !important;}
.link-off:visited {text-decoration: none !important;}
.link-on {text-decoration: underline !important;}
.link-on:active {text-decoration: underline !important;}
.link-on:focus {text-decoration: none !important;}
.link-on:hover {text-decoration: underline !important;}
.link-on:visited {text-decoration: underline !important;}

.button-off {border: none; background-color: transparent;}
