body {
    font-size: 10pt;
}

h1, h2, h3, h4 {
    color: black;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
}

a.object {
    text-decoration: none;
    color: inherit;
}

.text_right {
    text-align: right;
}