body {
    background-image: url('images/baldskirkja-background.jpg');
}
#logo {
    background-image: url('images/baldskirkja-logo.png');
    background-repeat: no-repeat;
    width: 640px;
    height: 140px;
}
p.fineprint {
    font-style: italic;
    font-size: 10px;
}
p.quote {
    font-style: italic;
    margin-left: 75px;
    margin-right: 100px;
    margin-top: 20px;
    white-space: pre;
}
p.signed {
    margin-left: 65%;
}
p.first:first-letter {
    display: block;
    float: left;
    font-size: 375%; 
    font-weight: bold;
    margin-right: 6px;
    margin-bottom: -12px;
    margin-top: -7px;
}
dt {
    font-weight: bold;
    margin-top: 20px;
}
dd.comment {
    font-family: "Courier New", "Courier", "Andale Mono", "Nimbus Mono L", "Monaco", monospace;
}
h1 {
    border-bottom: 2px solid black;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
h3 {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 1 px;
    padding-bottom: 1px;
    
}
.replaced {
    text-decoration: line-through;
}
img {
    margin: 6px;
    border-style: ridge;
    border-width: 2px;
    border-color: #108815;
}
img.clean {
    margin: 0px;
    border-style: none;
    border-width: 0px;
}
