body 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-size : 11px; */
	/* text-align : center; */
	/* overflow : visible;	*/ /* geht mit Mozilla nicht bei IE */
	/* overflow : scroll;   */ /* geht mit Mozilla und IE */
	/* overflow : auto;	*/ /* IE: Rollbalken nur wenn nötig # Probleme bei Mozilla */
	color : #000000;
	background-color: #FAF8F0
}

H1, H2, H3, H4, H5
{
	font-weight : bold;
	color : #B00000
}


A:link 
{
}

A:visited 
{
}

A:active 
{
}

A:hover 
{	
}


