body{
background-image:url(img/3962_image_025.jpg);
background-color:#0000AA;
color:white;
font-size:16px;
}
h1 {font-family:Arial, sans-serif;
   font-size:24px;
   font-variant:small-caps;   /*Kapitälchen*/
   text-align:center;
   color:white
   }
h2 {font-family:Arial, sans-serif;
   font-size:20px;
   font-variant:small-caps;   /*Kapitälchen*/
   text-align:left;
   color:white
   }
h3 {font-family:sans-serif;
   font-size:16px;
   font-variant:small-caps;   /*Kapitälchen*/
   text-align:left;
   color:white
   }
h4 {font-family:Arial, sans-serif;
   font-size:32px;
   font-variant:small-caps;   /*Kapitälchen*/
   text-align:center;
   color:white
   }
h5 {font-family:Arial, sans-serif;
   font-size:13px;
   font-variant:small-caps;   /*Kapitälchen*/
   text-align:left;
   color:white
   }
p  {font-family:Times New Roman, serif;
   font-size:14px;
   text-align:justify;
   color:white
   }
ul {list-style-type:circle;}



 a:link   {text-decoration:none; color:yellow;}  /*Normaler Hyperlink*/
  a:visited{text-decoration:none; color:yellow;}   /*Besuchter Hyperlink*/
  a:active {text-decoration:none; color:green;} /*Aktiver Hyperlink*/
  a:hover  {text-decoration:none; color:black;} /*Mauszeiger auf Hyperlink*/
