/*
 * CSS-Datei my_style.css
 * W. Spiegel, walter.spiegel@web.de
 * für Info-Gk, 2003-01-30
 */
<style type="text/css">
<!--
title {
 font-family: arial,helvetica;
 color: #000000;
}

body {
 background-color: #efefef;
 color: #000000;
}
p {
 text-align: left;
 font-family: arial,helvetica;
 font-size: 12pt;
 margin-left: 3;
 margin-right: 3;
 color: #000000;
}
code {
 color:  #000000;
 font-family: courier;
 font-weight: bold;
 font-size: 12pt;
}
pre {
 color:  #000000;
 font-family: courier;
 font-weight: bold;
 font-size: 11pt;
}
pre.navy {
 color:  #000080;
 font-family: courier;
 font-weight: normal;
 font-size: 11pt;
}
h1,h2,h3,h4,h5,h6 {
 color:  #000000;
 font-family: arial,helvetica;
 margin-left: 3;
}
td.zentriert {
 color:  #000000;
 text-align: center;
 font-family: arial,helvetica;
 margin-left: 1;
 margin-right: 1;
}

td {
 color:  #000000;
 text-align: left;
 font-family: arial,helvetica;
 margin-left: 1;
 margin-right: 1;
}
ul {
 color:  #000000;
 font-family: arial,helvetica;
 font-size: 12pt;
 text-align: left;
}
ol {
 color:  #000000;
 font-family: arial,helvetica;
 font-size: 12pt;
 text-align: left;
}

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: #505050;
}
address {
 font-family: arial,helvetica;
 margin-left: 6;
 font-size: 12pt;
 text-align: left;
 color: #000000;
}
//-->
</style>