
/* <style type="text/css"> */
/* DATEI: format1.css */




body {
    background: #FFFFF8;
  }

/* Farben  der Schriften */

h1, h2, h3, h4, h5, ul, ol, li, td, th, p {
    color:#000080;
  }


a:link {
    color:#000080;
  }


a:visited {
    color:#000080;
  }


a:active {
    color:#000080;
  }

/* Schriftfamilien */


h1, h2, h3, h4, td, th, li {
    font-family:Arial,sans-serif;
  }


h5, h6, p, ol, ul {
    font-family:"Times New Roman,serif";
  }

/* Schriftformatierungen */

/*p {
 font-size:medium; font-style:normal; } */


  
h4 {
    font-size: large;
    font-style: italic;
  }

p.rot { 
   color: red;
   }


SPAN.rot { 
   color: red ;
   }


