/* CSS Document */

<!--
body {
	background-image: url(http://www.why.de/img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#9c9a9b;
	margin: 0px;
	padding: 0px;
}
.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.Klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
a:link 
{
COLOR: #3c5a8e;
TEXT-DECORATION: none; 
}
a:visited 
{
COLOR: #3c5a8e;
TEXT-DECORATION: none; 
}
a:active 
{
COLOR: #3c5a8e;
TEXT-DECORATION: none; 
}
a:hover 
{
COLOR: #3c5a8e;
TEXT-DECORATION: underline; 
}
-->


