/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.katze {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif; font-size: 16px; color: #903;
 	line-height: 23px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);letter-spacing : 1.5px;padding-top : 2px;padding-bottom : 2px}

.katze:link {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif; font-size: 16px; color: rgb(255,255,255);
 	line-height: 23px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);letter-spacing : 1.5px}

.katze:visited {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif; font-size: 16px; color: rgb(255,255,255);
 	line-height: 23px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);letter-spacing : 1.5px}

.katze:hover {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif; font-size: 16px; color: #f96;
 	line-height: 23px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);letter-spacing : 1.5px}

.katze:active {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif; font-size: 16px; color: rgb(255,153,102);
 	line-height: 23px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,255);letter-spacing : 1.5px}