/* DATEI: mo-format.css */
/* D.Schuldt Januar 1999 */

a:link {
 color: #0033AA;
 text-decoration:none; }

a:visited {
 color: #3366CC;
 text-decoration:none; }

a:active {
 color: #FF3333;
 text-decoration:none; }

a:hover {
 color: #FF3333;
 text-decoration:none; }

body {
 color: #102030;
 background: #a0b0c0; }

h1 {
  color: #3366AA;
  font-size : 28pt;
  font-weight : bold;
  font-family : Tahoma, Arial, sans-serif;
  text-align : center;
  text-decoration : none; }

h2 {
  font-family : Tahoma, Arial, sans-serif;
  color: #3366AA;
  font-size : 18pt;
  font-weight : bold;
  text-decoration : none; }

h3 {
  font-family : Tahoma, Arial, sans-serif;
  color: #3366AA;
  font-size : 16pt;
  font-weight : normal;
  text-decoration : none; }

span.b {
  color: #E0E0E0;
  background-color:#3366AA;
  font-weight:bold; }

td, th, p, li, div {  color: #102030;
                      font-family: Tahoma, Arial, Verdana, sans-serif;
                      font: 10pt }