body {
	margin: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(grafik/k_0_hell.jpg);
	background-repeat: repeat-x, repeat-y;
	background-position: top;
	font-size: 100%;}

table {background-image: url(grafik/k_0.jpg);
	 background-position: top;
     border:0px;
     border-collapse:collapse;
	 width: 800px}

td {
   text-align: center;	
   font-family:Comic Sans MS;
   font-size:100%;
   color: #FFC000;}
   
p {margin-left: 5px;
   margin-right: 5px;
   margin-top: 0;
   margin-bottom: 0;}

   
   
#header {margin-right:auto;margin-left:auto;width: 800px;font-size: 80%;}	 

#linklist {margin-right:auto;margin-left:auto;width: 800px;font-size: 80%;}

#contents {margin-right:auto;margin-left:auto;width: 800px;font-size: 100%;}

#counter {margin-right:auto;margin-left:auto;width: 800px;}



A:visited                {color: #FF0000; text-decoration:none; }                /* visited links */
A:link                      {color: #FF0000; text-decoration:none;}                 /* unvisited links */
A:hover                    {color: #FFC000; text-decoration:underline; }           /* user hovers */
A:active                  {color: #FF0000; }                                      /* active links */



