.title {
	font-family: Arial;
	font-size: 16px;
	text-align: left;
	color: black;
	text-decoration: underline;
	font-weight: normal;
	font-style : normal;
}
.kontakt {
	font-family: Arial;
	font-size: 18px;
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-style : normal;
}
.text {
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-style : normal;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-style : normal;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-style : normal;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-style : normal;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-style : normal;
}