﻿body 
{
    font-family: Arial;
    font-size: 10pt;
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
}
H1
{
    font-size: 1.8em;
    font-weight: normal;
}
H2
{
    font-size: 1.2em;
    font-weight: normal;
    color: #FF0000;
}
H3
{
    font-size: 1em;
    font-weight: normal;
    color: #FF0000;
}
p
{
    text-align: justify;
}
.nav_level2
{
    font-size: 1.1em;
    color: #FF0000;
}
.nav_level2_hover
{
    font-size: 1.1em;
    color: #FF0000;
}
.nav_level2_selected
{
    display: block;
    font-size: 1.1em;
    color: #FF0000;
    /*background-image: url(../images/arrow_level2.gif);
    background-position: right;
    background-repeat: no-repeat;*/
}
ol 
{
    color: #FF0000;
    text-align: justify;
}
ul
{
    text-align: justify;
}
    