.focim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.kep_baloldal {
	margin-right: 12px;
	border: solid 1px black;
}
.kep_jobboldal {
	margin-left: 12px;
	border: solid 1px black;
}
.kep_kozepen {
	text-align: center;
	border: solid 1px black;
	margin: 20px;
}
a.normal_link {
	text-decoration: none;
	color: black;
}
a.normal_link:hover {
	color: red;
}
a.kiemelt_link {
	text-decoration: none;
	color: blue;
}
a.kiemelt_link:hover {
	color: yellow;
}