<STYLE>

P  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	color : #666666;
	background : white;
}

TD  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	color : #666666;
}

H1  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	color : #000033;
	background : white;
	text-align : left;
	font-weight : bold;
}

H2  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	color : #000033;
	background : white;
	text-align : left;
	font-weight : normal;
}

H3  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	color : #000033;
	background : white;
	text-align : left;
}

H4  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	color : #000033;
	background : white;
	text-align : center;
}

H5  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	color : #000033;
	background : white;
	font-weight : normal;
	text-decoration: none;
 	text-align : right;
}

H6  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	color : #0000FF;
	background : white;
	font-weight : normal;
 	text-align : right;
}

.headlines {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	color : #FFFFFF;
	font-style : normal;
}

ADDRESS  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	color : #FFFFFF;
	font-style : normal;
}

.klein  {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	color : #666666;
	background : white;
}

/* relative to the parent*/
I, EM, BLOCKQUOTE  {
	font-style : normal;
	font-size : 10px;
}

PRE, TT, CODE, KBD, SAMP  {
	font-family : monospace;
}

/* 'border-bottom' could also have been used*/
A:link  {
	text-decoration : none;
	color: #003366;
}

/* unvisited link*/
A:visited  {
	text-decoration : none;
	color : #336699;
}

/* visited links*/
A:active  {
	text-decoration: none;
	color: #cc3300;
}

