/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Navi {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Navi:active {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 16px;
 	color: rgb(189,8,8);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Navi:hover {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 16px;
 	color: rgb(189,8,8);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}
