<STYLE TYPE="text/css">
<!--
html, body {
 border:0;
 height:100%;
}
body {
 background-color: white;
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: xx-large;
 font-weight: extra-bold;
 text-align: center;
 color: blue;
}

a {
 text-decoration: none;
 color: black;
}

a:hover {
 text-decoration: underline;
 color: red
}
p {
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
}
p.footer {
 font-size: small;
 text-align: center;
}
p.weiter {
 font-size: small;
 text-align: right;
}
p.info {
 font-size: medium;
 text-align: center;
 margin-left: 10px;
 margin-right: 10px;
}
p.info a {
 text-decoration: underline;
 color: blue;
}
p.info a:hover {
 text-decoration: underline;
 color: red;
}


p.copyright {
 font-size: xx-small;
 text-align: center;
}
p.menu {
 margin-left: 2em;
 margin-top: 10px;
 margin-bottom: 10px;
 text-indent: -1em;
 font-weight: bold;
 font-size: large;
 color: gray;
}

p.menu a {
 text-decoration: none;
 color: gray;
}
p.menu a:hover {
 text-decoration: underline;
 color: black;
}


@page {
 size: auto landscape
}
-->
</STYLE>