/* DATEI: wselfhtm.css*/
body  {
	background-color : White;
}

/* 10px = 10 Pixel, Wert aenderbar*/
h1,h2,h3,h4,ul,ol,li,div,p,h1,td,th,address,blockquote,nobr,b,i  {
	font-family : Arial,Helvetica,sans-serif;
}

p,ul,ol,li,div,td,th,address,nobr,b,i  {
	font-size : 11pt;
	line-height : 14pt;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}
pre  {
	font-family : Courier New,Courier;
	font-size : 10pt;
	color : #0000C0;
}
/* #0000C0 = blau, Wert aenderbar*/

tt  {
	font-family : Courier New,Courier;
	font-size : 10pt;
	color : #0000C0;
}
/* #0000C0 = blau, Wert aenderbar*/

pre.normal  {
	color : #000000;
}
/* #000000 = schwarz, Wert aenderbar text-decoration:underline;*/

a:link  {
	color : #ff0000;
	text-decoration : none;
}
a:visited  {
	color : #bb0000;
	text-decoration : none;
}
a:active  {
	color : #ff9999;
	text-decoration : underline;
}
A:Hover  {
	color : #ff5555;
	text-decoration : underline;
}

