body {
    color: #67726b;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#languagechange {
    text-align: right;
}

#languagechange a {
    font-size: 12px;
    text-decoration: none;
}

#navigation {
    font-size: 14px;
    background: rgb(35,35,35);
}

#navigation ul {
    list-style-type: none;
    text-align: center;
}

#navigation ul li a {
    color: rgb(225,225,225);
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
}

#navigationleft {
    font-size: 14px;
    text-align: right;
}

#navigationleft ul {
    list-style-type: none;
}

#navigationleft ul li a {    
    color: #67726b;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
}

#footer {
    text-align: right;
    font-size: 12px;
}    

h1 {
    font-size: 24px;
}

#context {
    background-color: #FFF8C6;
}

#warning, #wait {
    font-size: 12px;
}

textarea, input {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.downloadlink a:visited {
    color: #00008B;
}

th {
    background: #F3F3F3;
    font-weight: bold;
}

td {
    background: #FAFAFA;
}
