body 
   {	color		: black;
        font-family	: arial, helvetica, sans-serif;
        font-size	: 14px;
	background	: white;
   }

h1 { 	color		: black;
	font-family 	: arial, helvetica, sans-serif;
	font-size	: 26px;
   }

h2 {	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 18px;
   }

h3 {	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 14px;
	font-style	: normal;
	font-weight	: bold;
   }

h4 {	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 12px;
   }

a  { 	color		: #990033;
	text-decoration	: none;
   }

a.none 
   { color		: #990033;
     text-decoration	: none;
   }

a.toplevel 
   { 	color			: #666666;
		text-decoration	: none;
		font-family	 	: arial, helvetica;
        font-size      	: 12px;
		font-style		: normal;
		font-weight		: normal;
   }

a.formular 
   { 	color      	: black;
        text-decoration	: none;
   }


p  {	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 12px;
	font-style	: normal;
   }

p.mittel  
  {	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 12px;
	font-style	: normal;
   }

p.klein 
   { 	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 10px;
   }

address
   {	color			: #666666;
        font-family     : arial, helvetica;
        font-size		: 12px;
		font-style		: normal;
		font-weight		: normal;
   }

form
   {	color		: black;
        font-family	: arial, helvetica, sans-serif;
        line-height     : 1;
   }

li {	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 12px;
	font-style	: normal;
   }

td {	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 12px;
	font-style	: normal;
   }

th {	color		: black;
	font-family	: arial, helvetica, sans-serif;
	font-size	: 12px;
	font-style	: bold;
   }


ul
   {	
        font-family	: arial, helvetica, sans-serif;
	font-size	: 12px;
	font-style	: normal;
	font-weight	: normal;
	list-style-type	: square;
	color		: black;
   }
ol
   {	
        font-family	: arial, helvetica, sans-serif;
	font-size	: 12px;
	font-style	: normal;
	font-weight	: normal;
	list-style-type	: square;
	color		: black;
   }

