H1  {	
	text-align : center;
}

H1,H2,H3,H4  {	
	font-weight: bold;
}

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: #330066;
	font-weight: bold;
}

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

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

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

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);
}

