/*
 * CSS-Datei my_style.css
 * W. Spiegel, walter.spiegel@web.de
 */
<style type="text/css">
<!--
body {
 background-color: #ffffdf;
 color: #000000;
 font-family: arial,helvetica;
 /*background: #ffffff;*/
}
p {
 text-align: left;
 font-family: arial,helvetica;
 font-size: 11pt;
 margin-left: 3;
 margin-right: 3;
 color: #000000;
}
code {
 font-family: courier;
 font-weight: bold;
 font-size: 12pt;
}
code.zwei {
 font-family: courier;
 font-weight: normal;
 font-size: 12pt;
}
pre {
 font-family: courier;
 font-weight: bold;
 font-size: 11pt;
}
h1 {
 color: navy;
 font-family: arial,helvetica;
 margin-left: 3;
}
h2 {
 color: navy;
 font-family: arial,helvetica;
 margin-left: 3;
}
h3 {
 color: navy;
 font-family: arial,helvetica;
 margin-left: 3;
}
td.zwei {
 text-align: center;
 font-family: arial,helvetica;
 margin-left: 1;
 margin-right: 1;
 color: #000000;
}

td {
 text-align: left;
 font-family: arial,helvetica;
 margin-left: 1;
 margin-right: 1;
 color: #000000;
}
ul {
 font-family: arial,helvetica;
 font-size: 11pt;
 text-align: left;
 color: #000000;
}
ol {
 font-family: arial,helvetica;
 font-size: 11pt;
 text-align: left;
 color: #000000;
}

A:link {
 font-family: arial,helvetica;
 text-align: left;
 color: #0000ff;
}
A:active {
 font-family: arial,helvetica;
 text-align: left;
 color: #0000ff;
}
A:visited {
 font-family: arial,helvetica;
 text-align: left;
 color: #0000ff;
}
A:hover {
 font-family: arial,helvetica;
 text-align: left;
 color: #807070;
 /*text-decoration: underline;*/
 /*background: #00a0ff;*/
 /*color: #dfdfdf;*/
}
address {
 font-family: arial,helvetica;
 margin-left: 6;
 font-size: 11pt;
 text-align: left;
 color: #000000;
}
//-->
</style>

