<!--
body {
    font-family: "Courier", "Courier New", "sans-serif";
    
    background-repeat: no-repeat;
    background-color: #3355aa;
    color: #fc3;
}
a {
    text-decoration:none; 
    font-weight:bolder;
    letter-spacing: 3px;
}
a:link { color: #fc3; }
a:visited { color: #fc3; }
a:active { color: #fc3; }
a:hover { text-decoration:underline; color: #fc3; }

body.sicher {
    background-image: url("/image/spirit.png");
    background-position: 390px 10px;
}
body.mafalda {
    background-image: url("/image/mafalda_ski.png");
    background-position: 350px 30px;
}
.big {
    font-size: 12pt;
    font-weight:bolder;
    letter-spacing: 1px;
}
div {
    position: fixed; 
    left: 50px;
    width: 340px;
    background-color: #3355aa;
}
-->

