/* CSS Document */
table
{
	background-repeat: 	no-repeat; /*Hintergrundregel (normalfall)*/
}

td
{
	background-repeat: 	no-repeat; /*Hintergrundregel (normalfall)*/
}

body
{
	font-family:		Arial, sans-serif;
	font-size:			12px;
	font-style: 		normal;
	text-decoration:    none;
	color:				#ffffff;
	margin:				0;
}

h1
{
	font-family:		Arial, sans-serif;
	font-size:			16px;	
	font-weight: 		bold;
}
a
{
	font-family:		Arial, sans-serif;
	font-size:			12px;
	font-style:			normal;
	text-decoration:	none;
	font-weight: 		bold;
	color:				#99b634;
}
a:hover
{
	font-family:		Arial, sans-serif;
	font-size:			12px;
	font-style:			normal;
	text-decoration:	none;
	font-weight: 		bold;
	color:				#fc9600;
}
