TD {
	font-size : 12;
	color : Navy;
	font-family : Verdana, "MS Sans Serif";
	text-align : left;

}
BODY {
	font-size : 12;
	color : Navy;
	font-family : Verdana, "MS Sans Serif"; 
	background : url("images/background.jpg");
	<!--#4284CE-->;
	text-align : justify;
	text-color : #344278;
	background-attachment : fixed;
	background-color : transparent;
	background-image : url("images/background.jpg");
	background-position : top;
	background-repeat : repeat;
}

	text-align : justify;
}


P.titel {
	font-size : 16;
	color : navy;
	font-weight : bold;
	text-decoration : underline;
}
DIV.kop {
	font-family : Verdana, "MS Sans Serif";
	color : Navy;
	font-weight : bold;
	text-align : center;
	font-size : 36;
}

H1 {font-size : 16; font-weight : bold; }
H2 {font-size : 14; font-weight : bold; }
H3 {font-size : 12; font-weight : bold; }
H4 {font-size : 24; font-weight : bold; }
LI {
	text-align : left;
	margin-top : 10px;
	margin-right : 40px;
}
ADDRESS {
	color : Navy;
	font-size : 10;
	text-align : center;
}
A:visited{
	color: Blue;
	text-decoration : none;
 }
A:hover{
	color: Teal;
	text-decoration : underline;
}
A:link{
	color: Blue;
	text-decoration : none;
}
A:active{
	color: Red;
	text-decoration : underline;
}
A{
	font-size : 12;
	color : Navy;
	text-decoration : none;
	border : 0;
}