H1  {	
	text-align : center;
}

H1,H2,H3,H4  {	
	font-weight: bold;
	font-family : Arial,Helvetica,sans-serif;
    Margin-Bottom: 1MM;
}

H3 { 
	Margin-Bottom: 0.5 MM;
}


A:Link { 
	text-decoration: underline;
	color: blue;
 }

A:Visited  {
	font-family : sans-serif;
	color: rgb(119,0,0);
}

A:Active  {
	font-family : sans-serif;
	color: #336600;
	font-weight: bold;
}

A:Hover  {
	color: #336600;
	font-weight: bold;
}

BODY  {
	font-family : Arial,Helvetica,sans-serif;
	background-image: url(images/bkg.gif);
}

TD {
    font-family : Arial,Helvetica,sans-serif;
}

/* UL.check { list-style-image: url(images/bulletv.gif); } */

UL { 
  list-style-image: url(images/greenbal.gif); 
  Margin-Bottom: 1.5MM;
  Margin-Top: 1.5MM;
}

OL { 
  list-style-image: decimal; 
}

P.zitat {
  border-width: thick;
  border-style: outset;
  border-color: green;
  margin:  2mm;
  padding: 2mm;
  width: auto;
  text-align: center;
  background: rgb(130,230,130);
}

P.textzitat {
  margin:  4mm;
  padding: 2mm;
  width: auto;
  text-align: left;
  background: rgb(255,255,204);
}

B.button {
  border-width: thick;
  border-style: solid;
  border-color: green;
  background: rgb(20,200,80);
  font-weight: bold;
  font-family : Arial,Helvetica,sans-serif;
  font-size : normal;
}
