/* CSS Document */

.navi {
	font-size: 25px;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #FFFF99;
}
.hirszoveg {
	font-size: medium; 
	color: #000000; 
	font-family: "Comic Sans MS";
}
.datum {
	font-family: "Comic Sans MS";
	font-size: large;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
.focim {
	color: #FFCC00;
	font-weight: bold;
	font-size: 36px;
	font-family: "Comic Sans MS";
}
.alcim {
	font-size: x-large;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #000099;
}
.navi a:link, .navi a:visited, .navi a:active {
	font-size: 22px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #000000;
	text-decoration: none;
}
.navi a:hover {
    font-size: 25px;
	font-weight: bolder;
	font-family: "Comic Sans MS";
	color: #3366CC;
	text-decoration: none;
}
