/*Farben:
hellgrau:		F3F3F3
dunkelgrau:		999999
weiss:			FFFFFF
Schriftblau:	0000CC
helles blau:	ccccFF
mittel blau:	9999FF
weiss:			FFFFFF

overflow-x:hidden;
	overflow-y:hidden;
	text-align:center;
	
	*/
body
{
	color: #0000FF;
	/*background-color:#FFFFFF;*/
	/*background-image: url(../img/menu2.gif);*/
	text-decoration:none;
	font-family: mono-book, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 20px;
	font-weight: 600;
	font-variant: normal;	/*text-indent: 3px;*/
	}
body a:visited
{	
	font: bolder normal 12pt/20px    mono-book, Verdana, Arial, sans-serif;
	color: #0000FF;
	text-decoration:none;
	font-weight: 600;
}
body a:link
{	
	font: bolder normal 12pt/20px    mono-book, Verdana, Arial, sans-serif;
	color: #0000FF;
	text-decoration:none;
	font-weight: 600;
}
body a:hover
{	
	/*background-color: #CC00FF;*/
	color: #0000FF;	 
	text-decoration:underline;
	font-weight: 600;
}
