.hide {
    text-decoration: none; !important;
    color: #a9a9a9;
}   
a:link {
    color:  black;
}

/* visited link */
hide a:visited {
    color:  black;
}

/* mouse over link */
.hide a:hover {
    color: red;
}

/* selected link */
.hide a:active {
    color: yellow;
}      

blockquote { color: #444444;
    font-weight: bold;
}    

sub,
sup {
font-size: 45%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.95em;
left:-0.4em;;
}
sub {
bottom: -0.25em;
}          