/* CSS Document */
a:link
{
	color: #C0C0C0; 
}
a:visited
{
	color: #FFFFFF; 
} 
a:active 
{
	color: #FFFF00;
}
body
{
	font-family: Arial;
        font-size: 10pt;
	background-color: #3C3CA0;
	color: #FFFFFF;
}
h1
{
	font-family: Arial;
        font-size: 14pt;
        font-style: bold;
	background-color: #C0C0C0;
	color: #000000;
}
.Textkörper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
