﻿body {
    font-family: Garamond;
}

p {
    font-size: 20px;
    text-indent: 1cm;
    text-align: justify
}

.kurziva {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2
}

h1, h2 {
    text-align: center;
    color: maroon
}

div {
    background-color: ghostwhite;
    margin: 10mm;
    border-width: 3mm;
    border-color: maroon;
    border-style: solid;
    padding: 5mm
}

img {
    margin: 5mm;
    border: solid black 5px;
    padding: 5mm;
}

ol {
    list-style-type: upper-roman
}

ul {
    list-style-image: url()
}
