/* CSS Document */
body  { color: #ffffff; font-size: 10px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; background-color: #6170ff }

img {
	border: 0;
}

.h1 {
	font-size: 16px;
}

.h2 {
	font-size: 14px;
}

a {
	color: #ff5948;
	text-decoration: underline;
}

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

a:link, a:visited {
	color: #ff5948;
	text-decoration: underline;
}

th {
	background-color: #333333;
	color:#FFFFFF;
}

.tr_dunkel {
	background-color: #2d3ccb;
	color:#FFFFFF;
}

.tr_hell {
	background-color: #6170ff;
	color:#FFFFFF;
}

.tr_bottom {
	background-color:#333333;
	color:#FFFFFF;
}