@encoding 'UTF-8';

body {
    font-family: serif;
    background-image: url(background.png);
    background-repeat: repeat-x;
}

h1 {
    font-size: 16pt;
}
h2 {
    font-size: 14pt;
}
h3, h4 {
    font-size: 12pt;
}
p, td, li {
    font-size: 12pt;
}
pre {
    font-size: 10pt;
    font-family: monospace;
}
address {
    font-size: 12pt;
    font-style: normal;
    margin-top:  12pt;
    padding-top: 0pt;
}

#container {
    margin-top: 90px;
    text-align: center;
}
#main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
#footer { 
}

.title a {
    color: black;
    text-decoration: none;
}
.subtitle { 
    font-size: 12pt;
}
.entry-info {
    font-size: 10pt;
    text-align: right;
}
.navigation {
    text-align: center;
}
