.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030303;
	line-height: 13px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #515A66;
	line-height: 36px;
}
a:link {
	color: #132E71;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #132E71;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #132E71;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #132E71;
	text-decoration: none;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
