body {
   font-family:"trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
   font-size:17px;
   background-color: White;
}

td {
   font-family:"trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
   font-size:17px;
}

p {
   font-family:"trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
   font-size:17px;
}

td.kopf {
	font-size:17px;
	text-align:center;
	background-color:#a4beff;
	height: 70px;
}

p.rechts { 
   padding-right:2px;
}

.bild {
   margin-top: 15px;
   margin-bottom: 15px;
   margin-left: 22px;
   margin-right: 22px;
   vertical-align: bottom;
}

A:link
{
   color: blue;
   text-decoration: underline;
}
A:visited
{
   color: blue;
   text-decoration: underline;
}
A:active
{
   color: blue;
   text-decoration: underline;
}
A:hover
{
   color: #3399FF;
   text-decoration: underline;
}


