
a:link    {COLOR: #222280; TEXT-DECORATION: underline;}
a:visited {COLOR: #222280; TEXT-DECORATION: underline;}
a:hover   {COLOR: #222280; TEXT-DECORATION: underline overline;}
a:active  {COLOR: #222280;}

body    {font-family:Arial,helvetica; font-size:12px; background-color: #eeeebb; }
table   {
	font-family:Arial,helvetica; 
	font-size:12px; 
	color:black; 
	border:solid 1px #222280;
	background-color:#222280;
	border-spacing:1px; 
}

tr {
	background-color:EEEEBB;
	border:solid 0px #000000;
}

td {
	border:solid 0px #000000;
}

p       {font-family:Arial,helvetica; font-size:12pt; }
h1      {font-family:Arial,helvetica; font-size:16px; font-weight: bold; color: black; }
h2      {font-family:Arial,helvetica; font-size:14px; font-weight: bold; color: black; }
h3      {font-family:Arial,helvetica; font-size:12px; font-weight: bold; color: blue; }
h4      {font-family:Arial,helvetica; font-size:12px; font-weight: bold; color: black; }
h5      {font-family:Arial,helvetica; font-size:12px; font-weight: bold; color: red; }
.trbg   {background-color: #CCCCBB}
.verband {font-family:Arial,helvetica; font-size:20px; font-weight: bold; color: black; }
.liste  {font-family:Arial,helvetica; font-size:14px; font-weight: bold; color: black; background-color: #CCCCBB; }
.fett   {font-family:Arial,helvetica; font-weight: bold; }
.rot   {font-family:Arial,helvetica; color: red; }

@media print { 
	  body,table,tr {background-color: white;}
	  a,h3,h5    {color: black;}
	     }
