body {
	font-family: Verdana, Geneva, sans-serif;
}
.news-caption {
	font-weight: bold;
	line-height: 26px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCBC00;
	border-bottom-color: #FEBB00;
	display: block;
	color: #FFF;
	padding-left: 10px;
	background-color: #005EA8;
	padding-right: 10px;
}
a:link {
	color: #005EA8;
	text-decoration: none;
	font-weight: 700;
}
a:visited {
	color: #005EA8;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: underline;
	color: #900;
}
