*{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-left: 2%;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
}
		
table#test td{
   border-width:1px;
   border-style:solid;
   border-color:#333333;

}
 
#over{
   /*Texteigenschaften*/
   text-align:center;
   line-height:20px;
   color:#FFFFFF;
	
}
 
#over:hover{
   /*Div-Box Parameter*/
   color:#000000;
   background-color:#FFFFFF;
   /*Randeigenschaften */
   border-color:#000000;
   /*Texteigenschaften*/
   text-align:center;
   line-height:20px;
 
}

a:link{
		text-decoration:none; 
		color:#ffffff; 
}

a:visited{
		text-decoration:none; 
		color:#ffffff;
}

a:hover {
	text-decoration:underline;
	color:#ffffff;
}

a:active{
	text-decoration:none;
	color:#ffffff; 
}

a:focus{
	text-decoration:underline;
	color:#ffffff;
	
}

