/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: Garamond, serif
}

.vet-berlin {
	font-family: "Berlin Sans FB",  sans-serif;
 	font-size: xx-large;
 	color: rgb(255,0,0)
}

H1 {
	font-family: Garamond, serif;
 	font-size: medium;
 	text-transform: uppercase;
 	color: rgb(153,0,0);
 	font-weight: bold
}

P {
	font-family: Garamond, serif;
 	color: rgb(153,0,0)
}

A {
	font-family: Garamond, serif;
 	color: rgb(204,51,0);
 	font-weight: bold;
 	text-decoration: none 
}
