a {
        font-family: "Comic Sans MS";
        font-size: 12pt;
        color: #000000;
        text-decoration: none;
}
a:hover {
        font-family: "Comic Sans MS";
        font-size: 10pt;
        color: #0066CC;
        text-decoration: none;
}
a:active {
        font-family: "Comic Sans MS";
        font-size: 10pt;
        color: #FF3300;
        text-decoration: none;
}
body {
        background-attachment: fixed;
        background-image: url(../gifs/hintergrundlinks2.gif);
        background-repeat: no-repeat;
        scrollbar-base-color: #FFFFDD
}