
h3 {
    font-weight: bold;
    font-size: 10pt;
}

.tillbaka {
    font-size: large;
    text-align: center
}

.sektioner {
    text-align: center;
    border: 1px solid black;
}

#monolog {
    text-align: center
}

#det_finstilta {
    font-family: sans-serif;
    font-size: 20pt;
    text-align: center;
}

#det_finstilta a {
    text-decoration: none
}

.syn, .fur, .sarah, .john, .pet {
    border: 1px solid black;
    padding: 10px;
    margin: 10px;
    /* clear: right*/ text-align: left
}

.syn:before, .fur:before, .john:before, .pet:before, .sarah:before {
    /*float: left;*/
    margin: 10pt;
}

.syn:before {
    content: url("../img/syn.gif");
}

.fur:before {
    content:url("../img/fur.jpg");
}

.john:before {
    content:url("../img/john.jpg");
}

.sarah:before {
    content:url("../img/sarah.jpg");
}

.pet:before {
    content:url("../img/pet.jpg");
}