/*Author: fortyninedesign.de*/
.fehlerbig {
	color: #034686;
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
}
.fehleroops {
	font-family: Tahoma; 
	font-size: 24px; 
}
.fontsmall {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
.punkte {
	font-size: 11px;
	font-family: Tahoma;

}

/*Link*/
a:link {
	color: #3981c4;
	text-decoration: none;
}
a:visited {
	color: #3981c4;
	text-decoration: none;
}
a:hover {
	color: #034686;
	text-decoration: none;
}
a:active {
	color: #3981c4;
	text-decoration: none;
}
