body {
    font-family: Calibri, Verdana, Geneva, sans-serif;
}

h1 {
    text-align: center;
}

.yellow {
    width: 180px;
    height: 100px;
    padding: 2px 2px 2px 0px;
    background-color: yellow;
    position: absolute;
    top: 165px;
    left: 80px;
    color: black;
}

.blue {
    width: 180px;
    height: 100px;
    padding: 2px 2px 2px 0px;
    background-color: blue;
    position: absolute;
    top: 95px;
    left: 50px;
    z-index: -2;
    color: white;
}

.green {
    width: 180px;
    height: 100px;
    padding: 2px 2px 2px 0px;
    background-color: green;
    position: absolute;
    top: 130px;
    left: 100px;
    z-index: -1;
    color: black;
}

.red {
    width: 480px;
    border: 5px solid red;
    position: absolute;
    padding-right: 3px;
    height: 160px;
    top: 315px;
    color: white;
    background: url(bilder/bullar.jpg);
    text-align: right;
}

#gul {
    background-color: yellow;
    color: black;
}

#line {
    text-decoration: line-through;
}

.indent {
    text-indent: 50px;
    position: absolute;
    top: 500px;
    max-width: 350px;
}