.menu {
	font-size: 12px;
	font-family: Times;
	font-weight: bold;
	color: #022a9b;
	text-decoration: none;	
}
.menu:hover {
	text-decoration: underline overline;
}
h1 {
	font-size: 35px;
	font-family: Times;
	font-weight: bold;
	color: #022a9b;
	text-decoration: none;	

}
#szoveg {
	font-size: 14px;
	font-family: Times;
	color: #022a9b;
	text-decoration: none;	
}
.link {
	font-size: 14px;
	font-family: Times;
	color: #022a9b;
	font-weight: bold;
	text-decoration: none;	
}
.link:hover {
	text-decoration: underline overline;
}