body {
    background-color: #F0FFF8;
    font-family: verdana, sans-serif;
}

p {
    margin-right: 2.5em;
    text-indent: 1.5em;
    line-height:1.5em;
    text-align:justify
}

h1 {
    text-align: center;
    margin-top: 2em;
}

h1, form legend {
    color: #B22222;
}
h2, label {
    color: #556B2F;
}

#navigation {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5em;
    margin: 0px 10px 0px 0px;
    padding: 5px;
    background-color: #F0FFF8;
}
#navigation a:hover {
    background-color: #4CC381;
    color: #B22222;
}
#navigation a {
    font-size: 1.2em;
    text-decoration: none;
    padding: 4px 25px 4px 25px;
    border-color: #556B2F;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
}
#navigation span {
    display : none;
}

#other-language {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    padding: 5px;
    background-color: #F0FFF8;
}

#other-language a:hover {
    background-color: #BBBBFF;
}
#other-language a {
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    border: #BBBBFF 2px solid;
}
#other-language span {
    display : none;
}
