 p
      {
	color:             black;
	font-face:         Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:         14px;
	font-weight:       normal;
      }

 p.first-letter {
         font-family: serif;
	font-size:   400%;
	margin:      0 5px 0 0;
	font-weight: bold;
	float:       left
	}

 a
      {
	color:             blue;
	font-weight:       bolder;
      }

 a:hover
      {
	color:blue
      }

 h1    {
	color:             black;
	text-align:        center;
	font-face:         Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
      }

 body {
	background-image:url("../backgrounds/goldmold.jpg");
      }

 table {
         empty-cells:show;
       }



 td   {
	valign="top";
      }

.kapitale:first-letter {
      font-size:200%;
      float:left;
      color:#669988;
      }
 hr    {
        color:			lightblue;
        width:			500px;
        height:			5px;
        background-color:	blue;
       }