body {
    background: #FFFFFF;
    color: #000000;
}

.title {
    font-family: verdana, helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    background-color: #C0E0FF;
    padding: 10px 30px 10px 30px;
}

.header {
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12pt;
    text-align: left;
    background-color: #80C0FF;
    padding: 5px 30px 5px 30px;
}

.info_header {
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px 10px 5px 10px;
    background-color: #F0F0F0;
}

.info {
    font-family: verdana, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: justify;
    margin-left: 50px;
    margin-right: 50px;
}

pre {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    margin-left: 5%;
}

a:active.language_select, a:hover.language_select, a:link.language_select, a:visited.language_select {
    text-decoration: none;
}

a:active.language_selected, a:hover.language_selected, a:link.language_selected, a:visited.language_selected {
    text-decoration: none;
    color: #FFFF00;
}

.language_select {
    font-family: verdana, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
}

.picture {
    border-top-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 0
}
