body {
        margin-left: 10%;
        margin-right: 10%;
}
body {
        font-family: 'Luxi Sans', Verdana, sans-serif;
        background-color: white;
        color: black;
        font-size: 13px;
        text-indent: 5%;
        line-height: 19px;
        text-align: justify;
}
h1, h2 {
        font-family: 'Luxi Sans', 'Trebuchet MS', Arial, sans-serif;
        color: green;
        letter-spacing: 0.2em
}
h2 {
        color: #005522;
        padding-top: 1.3ex;
}
ul, ol {
        text-indent: 0;
}
#first {
        border-top: 1px solid blue;
        border-left: 1px solid blue;
        padding-top: 1%;
}
#last {
        border-bottom: 1px solid blue;
        border-right: 1px solid blue;
        padding-bottom: 1%;
}
#first, #last {
        text-align: center;
}
.begin {
        letter-spacing: 0.1em;
        margin-right: 1.1em;
}
.em {
        font-style: normal;
        font-weight: bold;
}
a, a:visited, a:hover, a:active {
        color: #084088;
}
a.menulink {
        display: block;
        text-align: left;
        text-decoration: none;
        padding-left: 2px;
        border: none;
        border: solid 1px #EFEDDE;
}
a.menulink:hover {
        color: black;
        border: solid 1px #316AC5;
        background-color: #D1E2FE;
}
.archive {
	text-align: center;
}
