body.article {
    margin-top: 5%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

body.text {
    margin-left: 15%;
    margin-right: 15%;
}

p.article, .article p, .article ul, .article ol {
    text-align: justify;
}


h1 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 25px;
}

h2 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 20px;
}

h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

body {
    margin: 2em;
}

.center h1, .center h2, .center h3 {
    text-align: center;
    margin-bottom: 0;
}

.center p {
    margin-top: 0;
}

p.list {
    margin-bottom: 0pt;
}

ol.list {
    margin-top: 0pt;
}

ul.list {
    margin-top: 0pt;
}

.list li {
    margin-bottom: 10px;
}

span.dead {
    border-style:solid;
    border-width: 1px;
    border-color: black;
    padding: 2px;
}

p.navigation {
    font-size: smaller;
}

span.new {
        color: #ff0000;
        font-size: large;
        text-decoration: underline;
} 