a:hover {
        color: #ff0000;
        background: #ffffff;
}

a:link {
       text-decoration:none
}

a:active {
         text-decoration:none;
         color:#009E00;
}

a:visited {
          text-decoration:none;
}

body, p, td {
        font-family: Times New Roman,Times,Times NewRoman;
        font-size: 12pt;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.download {
	border: thin groove;
}
.titel {
	background-color: #63AF17;
	text-align: center;
	vertical-align: middle;
	color:#61422C;
}


