@import url("modules.css");
@import url("layout.css");
@import url("subnavigation.css");
@import url("navigation.css");

h1{
    font-size: 18px;
    color: #84836B;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}

h2{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

h3{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

img{
    margin-right: 10px;
}

a{
    font-weight: bold;
    color: #3366cc;
    text-decoration: none;
}

a:hover{
    font-weight: bold;
    color: #3366cc;
    text-decoration: underline;
}

#headnavi a{
    color: #ffffff;
    text-decoration: none;
}

#headnavi a:hover{
    color: #ffffff;
    text-decoration: underline;
}

#sidebar{
    line-height: 18px;
}

#sidebar ul{
    padding-left: 12px;
}

#sidebar ul li{
    list-style-type:square;
    text-transform: uppercase;
    font-size: 10px;
}

#sidebar a{
     color: #ffffff;
     text-decoration: none;
}

#sidebar a:hover{
     text-decoration: underline;
}