body {
    font: 0.8em arial,helvetica,sans-serif;
}

#header ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    float: right;
}

#header li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BBBBBB;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    float: left;
    margin: 0;
}
#header a {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #0000CC;
    display: block;
    padding: 0.5em 1em 0.8em;
    text-align: center;
    text-decoration: none;
    #width: 8em;
    font-size: 10pt;
}
#header a:hover {
    background: none repeat scroll 0 0 #DDDDFF;
}
#header #selected {
    border-color: grey;
}
#header #selected a {
    background: none repeat scroll 0 0 white;
    color: black;
    font-weight: bold;
    position: relative;
    top: 1px;
}
#content {
    border: 1px solid grey;
    clear: both;
    padding: 1.5em 2em;
    background: white;
    direction: rtl;
    font-size: 10pt;
    border-radius: 0 0 10px 0;
}

#content li {
    margin-top: 5px;
}

h1 {
    margin: 0;
    padding: 0 0 1em;
}

#content h5 {
    margin-bottom: 5px;
    color: blue;
}