A {
	color: #CC3333;
	font-size: 11px;
	text-decoration : none;
}
A:hover {
	font-size: 11px;
	color: #FF3333;
	text-decoration: underline;
}
A:visited {
	font-size: 11px;
	color: #CC3333;
	text-decoration : none;
}

h1,h2,h3,h4,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
         }
h1{ font-size: 18px;
         }
h2{ font-size: 14px;
         }
h3{ font-size: 12px;
         }
h4{ font-size: 10px;
         }
p{ font-size: 11px;
         }


.caption {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	}
.zentriert {
	text-align:center;
	}
.rot {
	color:red;
	}

