<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Jürgen Kozlik">
   <meta name="Copyright" content="Jürgen Kozlik 1999-2002">
   <meta name="date" content="2002-02-03">
   <meta name="Description" content="Standard CSS Datei">
   <title>Default.css</title>

<style>  {}

body, td {font-family:Arial,sans-serif;
          background-color:#FFFF99;
          color:#000000}

/* Fontgröße und Abstand Überschriften */

      h1 { font-size:24pt;margin-bottom:12pt }
      h2 { font-size:16pt;margin-bottom:6pt }
      h3 { font-size:12pt;margin-bottom:0pt }
      h4 { font-size:12pt;margin-bottom:0pt }
      h5 { font-size:12pt;margin-bottom:0pt }
      h6 { font-size:12pt;margin-bottom:0pt }

/* Fontgröße und Abstand sonstige Stile */

   /* Allgemein */

      div, b, i, p, ul, ol, li, td, pre
         { font-size:12pt }

      div, b, i, p, ul, ol, li, td, pre
         { margin-bottom:0pt }

 a:link    {color:#0000EE;}
 a:visited {color:#551A8B;}
 a:hover   {background-color:#FFFF00; }
 a:active  {background-color:#CCFFFF; }


</style>
</head>
<body>
</body>
</html>