body {
	margin: 0px;
	background-color: #9F0F00;
	background-image: url(graphik/pixel.png);
	background-repeat: repeat-x, repeat-y;	
    }

table {
     border:0px;
     border-collapse:collapse;
	 }

#toplinks {margin-right:auto;margin-left:auto;height: 30px;width: 900px;font-size: 80%;}	 
	 
#contents {margin-right:auto;margin-left:auto;height: 352px;width: 900px;font-size: 100%;}
	 
#projects {text-align: center;margin-right:auto;margin-left:auto;width: 75%;font-size: 75%;}

#counter {margin-right:auto;margin-left:auto;width: 900px; color: #FF9900;}

#middle {text-align: center;}

#left {text-align: justify;}

#right {text-align: right;}

p {margin-top:0; margin-bottom:0; margin-left:12; margin-right:12}
 
td {font-family:Times New Roman;}

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


