p {
    font-family: "Comic Sans MS";
    font-size: 12pt;
    color: Black;
}
ul {
    font-family: "Comic Sans MS";
    font-size: 12pt;
    color: Black;
    text-decoration: none;
    list-style-image: url(/pics/lilie-k.gif);
    list-style-type: squate
}
body {
    background-color: #ffb400;
    background-image : url(image/hintergrund.jpg);
    background-attachment : fixed;
    background-position : center;
    background-repeat : no-repeat;
}

