/* basic elements */
body { 
    background: #ebe6cf;
}
p { 
    font-family: garamond times;
    font-style: normal;
    font-size: 100%;
    margin-top: -5px; 
    color: #000000;
}
h1 { 
    font-family: garamond times;
    font-style: italic;
    font-size: 180%;
    text-align: center;
    letter-spacing: 1px; 
    margin-bottom: 15px; 
    color: #7d775c;
}
h2 { 
    font-family: garamond times;
    font-style: italic;
    font-size: 140%;
    text-align: center;
    letter-spacing: 1px; 
    margin-bottom: 15px; 
    color: #7d775c;
}
h3 { 
    font-family: garamond times;
    font-style: italic;
    font-size: 90%;
    text-align: center;
    letter-spacing: 1px; 
    margin-bottom: 15px; 
    color: #7d775c;
}
a:link { 
    text-decoration: underline; 
    color: #7661ff;
}
a:visited { 
    text-decoration: underline; 
    color: #9ea1ff;
}
a:hover, a:active { 
    text-decoration: underline; 
    color: #9685ba;
}
li {
    margin-bottom: 5px;
}

.brödtext { 
    background: #ffffff;
    padding: 5px 20px 20px 20px;  
    margin: 5px;
    background: #ffface;
}

.bildtext {
    font-size: 70%;
    text-align: right;
}

img.floatright {
    float: right;
    clear: right;
    margin: 5px;
}
img.floatrightnoclear {
    float: right;
    margin: 5px;
}
img.floatleft {
    float: left;
    clear: left;
    margin: 5px;
}
img.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
