body {	margin:30px;
	padding:10px;
	background: url(image/bg_middle.gif) fixed;
	background-color: #DFF4FF;
	background-repeat:no-repeat;
	FONT-SIZE: small;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

A:active{
	color : blue ;
	text-decoration : none ;
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal ; 
}

A:link{
	color : blue ;
	text-decoration : none ;
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal ;
}

A:visited{
	color : blue ;
	text-decoration : none ;
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal ; 
}

A:hover{
	color : darkblue ;
	text-decoration : underline ;
	font-family: Arial, Helvetica, sans-serif; 
	font-style : normal ; 
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	color:darkgreen;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	filter:blur(add=true, direction=80, strength=3);
}

img{
	border-left-width:0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border : 0;
}

img.nobord{
	border:none
}

ul 
{
	list-style-position: outside; 
	list-style-type: square
}
