/* 2017.09.13-án pontosított, benyomódó css menü, "csúcs!" */
A
	{
	color: Black;
	border-style: outset;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, "MS Sans Serif", "Trebuchet MS", Verdana;
	font-size: normal;
	/* letter-spacing: 1px; */
	line-height: 28px;
}

A:hover
	{
	color: DarkBlue;
	border-style: inset;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, "MS Sans Serif", "Trebuchet MS", Verdana;
	font-size: normal;
	background-color: white;
	/* letter-spacing: 1px; */
	line-height: 28px;
}

a:active
	{
	color: Red;
	border-style: inset;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, "MS Sans Serif", "Trebuchet MS", Verdana;
	font-size: normal;
	/*letter-spacing: 1px; */
	line-height: 28px;
}

a:visited
	{
	color: DarkRed;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, "MS Sans Serif", "Trebuchet MS", Verdana;
	font-size: normal;
	/* letter-spacing: 1px; */
	border: white;
	line-height: 28px;
}