

body {
margin:0px;
padding:0px;
font-family:'comic sans ms', Arial,Helvetica,sans-serif;
font-size:20px;
background-color:#000000;
color:#FFFFFF;
scrollbar-face-color:#FFFF00;
scrollbar-shadow-color:#808080;
scrollbar-highlight-color:#666699;
scrollbar-3dlight-color:#C4D3F6;
scrollbar-darkshadow-color:#0000FF;
scrollbar-track-color:#FF0000;
scrollbar-arrow-color:#000000; 
}

a:link { text-decoration:none; font-weight:bold; color:#0000FF; }
a:visited { text-decoration:none; font-weight:bold; color:#FF0000; }
a:active  { text-decoration:none; font-weight:bold; color:#FFFFFF;}
a:hover  { text-decoration:none; font-weight:bold; color:#FFFF00; }


h1{
      font-size: 45px;
      font-family: comic sans ms,Arial,sans-serif;
      color: #FFFFFF;
      font-weight: bold;
      text-align: center;
      }

h2{
      font-size: 30px;
      font-family: comic sans ms,Arial,sans-serif;
      color: #FFFFFF;
      font-weight: bold;
      text-align: center;
      }

h3{
      font-size: 30px;
      font-family: comic sans ms,Arial,sans-serif;
      color: #FFFFFF;
      font-weight: bold;
      text-align: left;
      }

h4{
      font-size: 20px;
      font-family: comic sans ms,Arial,sans-serif;
      color: #FFFFFF;
      font-weight: 100;
      text-align: left;
      }

h5{
      font-size: 15px;
      font-family: comic sans ms,Arial,sans-serif;
      color: #FFFFFF;
      font-weight:100;
   
     }




/*a:link { CSS-Eigenschaft:Wert; ... } /* noch nicht besuchte Ziele */
/*a:visited { CSS-Eigenschaft:Wert; ... } /* besuchte Ziele */
/*a:hover { CSS-Eigenschaft:Wert; ... } /* Verweise bei "MouseOver" */
/*a:active { CSS-Eigenschaft:Wert; ... } /* Angeklickte Verweise */
/*a:focus { CSS-Eigenschaft:Wert; ... } /* Verweise, die Fokus erhalten */

