body {
    background-color: #FAFAFA;
    color:#353833;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:10px;
    text-align: justify;
}

h1 {
    color:#FA5858;
    font-family: arial;
    font-size:50px;
    text-align: center
    }

centered {
    text-align: center;
}

#navigation {

    background-color: #4fb2ff;
    float: left;
    min-height: 30em;
    min-width: 15%;
    text-align: center;
    position: relative;
    margin: 10px;
}

.menuetitle {
    width: 150px;
    font-family: arial;
    font-weight: bold;
    font-size: 17px;
    color: black;
}

#header {
    clear:both;
    font-family: arial;
    text-align: center;
    font-size: 25px;
    background-color: limegreen;
    color: red;
    min-height: 10%;
}

#content {
    background-color: #FAFAFA;
    color:#353833;
    font-size:14px;
    margin:10px;
    position: relative;
    min-height: 30em;
    min-width: 50%;
    max-width: 300px;
    float: left;

}

#footer {
    clear: both;
    font-family: arial;
    background-color: #FAFAFA;
    color: red;
    font-size: 15px;
    min-height: 10%;
}

.highligthedfieldset {
    background-color: purple;
    max-width: 30em;
    margin: 0px 0px 5px 0px;
    border-color: black;
    border-style: outset;
    border-width: 2px;
}

.basicfieldset {
    background-color: yellow;
    max-width: 30em;
    margin: 0px 0px 5px 0px;
    border-color: black;
    border-style: outset;
    border-width: 3px;
}

.smallinput {
    background-color: white;
    min-width: 20em;
}

.wideinput {
    background-color: white;
    min-width: 30em;
}

a[href^="http:"] {
    background: transparent
    url('external.gif') 100% 50% no-repeat;
    padding-right: 15px;
}