table.dark {
	background-color: #890443;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	font-family: Arial;
}
body {
	background-color: #DFE3EA;
}
td.light1 {
	color: #b6becf;
	font-size: 50px;
	font-weight: bold;
	font-family: Arial;
}
p {
	font-size: 18px;
}
p.nagy {
	font-size: 30px;
}
font.kicsi {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
font.nagy {
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
}
font.feher {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.mail {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.mail:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}