TABLE.x{
	margin: 0px;
	width: 500px;
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: white;
	border : 1px double;
	text-align : justify;
}

td {
		font-size:12px;
		font-family:verdana;
		text-align : left;
		background-repeat : no-repeat;
}

td.ueber1 {
		font-size:10px;
		font-family:verdana;
		color: black;
		text-align : center;
		background-repeat : no-repeat;
		background-color : LightSlateGray;
}

td.ueber2 {
		font-size:10px;
		font-family:verdana;
		color: black;
		text-align : center;
		background-repeat : no-repeat;
		background-color : silver;
}
A:LINK {
	color: Navy;
	text-decoration : none;
}
A:VISITED {
    text-decoration : none;
}

