/*
 * CSS-Datei sar_style.css
 * Date: 2003-12-18
 * W. Spiegel, walter.spiegel@web.de
 */
<style type="text/css">
<!--
body {
 color: #000000;
}
p {
 text-align: justify;
 font-weight: bold;
 font-family: arial,helvetica;
 margin-left: 3;
 margin-right: 3;
 color: #000000;
}
td {
 text-align: left;
 font-weight: bold;
 font-family: arial,helvetica;
 margin-left: 1;
 margin-right: 1;
 color: #000000;
}
h1,h2,h3,h4,h5,h6 {
 color: navy;
 font-family: arial,helvetica;
 margin-left: 3;
}
ul {
 font-weight: bold;
 font-family: arial,helvetica;
 text-align: left;
 color: #000000;
}
A:link {
 font-family: arial,helvetica;
 text-align: left;
 color: #000033;
}
A:active {
 font-family: arial,helvetica;
 text-align: left;
 color: #000033;
}
A:visited {
 font-family: arial,helvetica;
 text-align: left;
 color: #000033;
}
A:hover {
 font-family: arial,helvetica;
 text-align: left;
 background: #D0E0FF;
 /* #A2B5F4; #CFD0FE
 #6483FF; #6890ee
 #AABBFF; #BFCCFF
 #CCD7FF
 */
 color: #000033;
}
address {
 font-family: arial,helvetica;
 margin-left: 6;
 font-size: 12pt;
 text-align: left;
 color: #000000;
}

//-->
</style>