/* BODY and TABLE */

body {
    font-family:Avantgarde, Verdana, Arial, sans-serif;
    font-size:1.2em;
    font-style:normal;
    line-height:140%;
    font-weight:normal;
    color:#FFFFFF;
    background-color:#000000;
    text-align:justify;
    margin:10px 5px;
    padding:0px;
    border:0px;
}

table {
    background-color: #0000FF;
    width: 99%;
    height: 99%;
    margin: 0px;
    padding: 0px;
    border:0px;
    color: #FFFFFF;
}

/* LINKS */

a:link {
    color:#FFFFFF;
    background-color:#0000FF;
    text-decoration:underline;
}

a:visited {
    color:#FFFFFF;
    background-color:#0000FF;
    text-decoration:underline;
}

a:hover {
    color:#000000;
    background-color:#0000FF;
    text-decoration:blink;
}

a:active {
    color:#000000;
    background-color:#0000FF;
    text-decoration:underline;
}

td.obenlinks {
    text-align:left;
    vertical-align:top;
}

td.obenrechts {
    text-align:right;
    vertical-align:top;
}

td.mitte {
    vertical-align:top;
}

td.untenlinks {
    text-align:left;
    vertical-align:bottom;
}

td.untenrechts {
    text-align:left;
    vertical-align:bottom;
}

/* TEXT FORMAT */

h1 {
    font-size:36pt;
    font-weight:bold;
    text-align:center;
    line-height: normal;
}

h2 {
    font-size:24pt;
    font-weight:bold;
    text-align:center;
    line-height: normal;
}

h3 {
    font-size:20pt;
    font-weight:normal;
    text-align:center;
    line-height: normal;
}

.text {
    text-align:center;
    font-size:14pt;
    line-height:140%;
}