/*  link.css
    eingefügt per Perl-Script (addLine.pl)
    in alle HTML-Dateien
    2025-08-20 */
/* -------------------------------------------------- */

a {
    text-decoration: none;
}
a:hover {
    color: red;
}
a:visited {
    text-decoration: none;
    color: black;
}
.linkBlue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    text-decoration: underline;
    color: blue;
    margin-top: 10px;
}
.linkBlue:visited {
    text-decoration: none;
    color: blue;
}
.linkBottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
    color: blue;
}
.linkBottom:hover {
    color: red;
}
.linkBottomLightgreen{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
    color: lightgreen;
}
.linkBottomLightgreen:visited{
    color: lightgreen;
}

