/* CSS Document */

body {
	background-color: 	#000000;
	color:				#ffffff;
}

table {
	background-color: 	#000000;
	color:				#ffffff;
	border: 			none;
	font-size:			9px;
	font-family:		verdana, tahoma, arial;
}

.table1 {
	border: 			none;
	width:				840px;
	height:				600px;
	text-align:			center;
}

img {
	border:				none;
}

a:link {
	color: 				#ffffff;
	text-decoration: 	none;
}
a:visited {
	color: 				#ffffff;
	text-decoration: 	none;
}
a:hover {
	color: 				#ffffff; 
	text-decoration: 	underline;
}
a:active {
	color: 				#ffffff;
	text-decoration: 	none;
}

.bilder {
	border: 			1px solid #ffffff;
}