/*
 * CSS-Datei <stil_left.css>
 * Date: 2004-05-07
 * Schule am Ried, W. Spiegel
 */
<style type="text/css">
body {
 color: #dfdfdf;
}
p {
 text-align: justify;
 font-weight: bold;
 font-family: arial,helvetica;
 margin-left: 3;
 margin-right: 3;
 color: #000000;
}
td {
 text-align: justify;
 font-weight: normal;
 font-family: arial,helvetica;
 font-size: 10pt;
 word-spacing: 3pt;
 line-height: 13pt;
 margin-left: 1;
 margin-right: 1;
 color: #ffffff;
}
td.oben {
 vertical-align: Middle;  /* neu! */
 text-align: center;
 font-weight: lighter;
 font-family: arial,helvetica;
 font-size: 10pt;
 word-spacing: 1pt;
 line-height: 12pt;
 color: #ffffff;
}
h2 {
 color: navy;
 font-family: arial,helvetica;
 font-size: larger;
 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: #dfdfdf;
     text-decoration:none
}
A:active {
 font-family: arial,helvetica;
 text-align: left;
 color: #dfdfdf;
     text-decoration:none
}
A:visited {
 font-family: arial,helvetica;
 text-align: left;
 color: #dfdfdf;
      text-decoration:none
}
A:hover {
 font-family: arial,helvetica;
 text-align: left;
 background: #0080ff;
 color: #dfdfdf;
      text-decoration:none  
}
</style>