
BODY {
        background-color: yellowgreen;
        font-family: Comic Sans MS;
        font-size: 15px;
        font-color: #002400;
        scrollbar-base-color: #ECC21C;
        scrollbar-face-color: green;
        scrollbar-arrow-color: #ECC21C;
        scrollbar-highlight-color:#ECC21C;
        scrollbar-shadow-color: darkgreen;
        scrollbar-3dlight-color: #ECC21C;
         margin-left:10px;
         margin-right:50px;
          background-image: url(...);
         background-repeat:repeat-y;

}

/*Linkformatierung Navigation*/

A:LINK {
        font-family: Comic Sans MS;
        font-size: 15px;
        font-weight: bold;
        color: #003F00;
        text-decoration: none;
}
A:VISITED {
        font-family: Comic Sans MS;
        font-size: 15px;
        font-weight: bold;
        color: #003F00;
        text-decoration: none;
}
A:HOVER {
        font-family: Comic Sans MS;
        font-size: 15px;
        font-weight: bold;
        color: #FFFF00;
        text-decoration: none;
}
A:ACTIVE {
        font-family: Comic Sans MS;
        font-size: 15px;
        font-weight: bold;
        color: #003F00;
        text-decoration: none;
}

h1 {
 font-family: Comic Sans MS;
 font-weight: bold;
 text-align: center;
 font-size:25px;
 color:#DF0000;
}

h2 {
 font-family: Comic Sans MS;
 font-weight: bold;
 text-align: left;
 font-size:15px;
 color:#402D00;
}

td.navig {
 font-family: Comic Sans MS;
 font-size:16px;

}