body {
    background-color: #fff9c4; /* Zartes, helles Gelb */
	font-family: Verdana, Geneva, sans-serif;
}


/* Comic Sans MS für alle Überschriften */
h1, h2, h3, h4, h5, h6 {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-weight: 100;
    text-align: left;
    color: #0ff000;
    font-size: 13px;
    list-style-type: circle;
    display: block;
    background-color: cyan;
    border: 20px solid #000000;
}

h2 {
    font-weight: bold !important;
	color: red;
}

