


a.link-szolid, a:link.link-szolid, a:visited.link-szolid, a:hover.link-szolid   {
	text-decoration:none;
	color:inherit;
	font-weight:inherit;

}﻿

/*Mindent örököl hover underline*/

.link-1 a {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-1 a:link {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-1 a:visited {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-1 a:hover {
	color:inherit;
	font-weight:inherit;
    text-decoration: underline;
}
.link-1 a:active {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}


/*Mindent örököl hover nem underline*/

.link-2 a {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-2 a:link {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-2 a:visited {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-2 a:hover {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-2 a:active {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}


/*Mindent örököl hover színes*/

.link-3 a {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-3 a:link {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-3 a:visited {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}
.link-3 a:hover {
	color:#de220b;
	font-weight:inherit;
    text-decoration: none;
}
.link-3 a:active {
	color:inherit;
	font-weight:inherit;
    text-decoration: none;
}