/* Seitenformatierung */
body{
font-size:smaller;
font-style:normal; 
font-weight:normal;
font-stretch:normal;
font-family:serif; 
color:black;
background-color:#ffffd2;
}

th{font-size:smaller;
   font-weight:bold;
   text-align:center;
   color:blue;
 }
td{font-size:smaller;
   font-weight:normal;
   text-align:left;
   color:black;
  } 

/* berschriften */
h1{ color:black;
    text-align=center;
    font-size:large;
    font-style:normal; 
    font-weight:bold;
    font-stretch:normal;
    font-family:serif; }

h2{ color:black;
    font-size:medium;
    font-style:italic; 
    font-weight:bold;
    font-stretch:normal;
    font-family:serif; }

h3{ color:black;
    font-size:medium;
    font-style:normal; 
    font-weight:bold;
    font-stretch:normal;
    font-family:serif; }

h4,h5,h6{ 
    font-size:medium;
    font-style:italic; 
    font-weight:normal;
    font-stretch:normal;
    font-family:serif; }

/* Links */
/* normal-nicht besucht */
a:link{ color:blue;
        font-style:italic;
        font-decoration:underline;
        border-style:hidden;
        padding:0pt;
        margin:0pt;
      }


/* besucht - normal */
a:visited{color:green;
           font-style:italic;
           font-decoration:underline;
           border-style:hidden;
           padding:0pt;
           margin:0pt;
         }


/* aktiv - normal */
a:hover,a:focus{ color:red;
                 font-family:serif;
                 font-style:italic;
                 font-decoration:underline;
                 background-color:yellow;
                 padding:0pt;
                 margin:0pt;
               }


