/*
 *  c_linkek.css
 *
 *  a nyolckincs.hu főkönyvtárában van
 */

/* alapértelmezett linkek */
a:link {
	text-decoration: none;
	color: Blue;
}
a:visited {
	text-decoration: none;
	color: Blue;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.no:hover {
	text-decoration: none;
}

/* linkek a menüben */
a.menu:link {
	text-decoration: none;
	color: Gray;
}
a.menu:visited {
	text-decoration: none;
	color: Gray;
}
a.menu:hover {
	text-decoration: underline;
	color: Blue; 
}
a.menu:active {
	text-decoration: none;
}

/* linkek a kapcsolat oldalon */
a.kapcs:link {
	text-decoration: none;
	color: Black; 
/*	color: Gray; */	
}

a.kapcs:visited {
	text-decoration: none;
	color: Black; 
/*	color: Gray; */
}
a.kapcs:hover {
	text-decoration: underline;
	color: Blue; 
}
a.kapcs:active {
	text-decoration: none;
}
/* piros linkek */ 
a.pirosa:link {
	text-decoration: none;
	color: Red; 
  	font-weight: bold;
/*	color: Gray; */	
}

a.pirosa:visited {
	text-decoration: none;
	color: Red; 
  	font-weight: bold;
/*	color: Gray; */
}
a.pirosa:hover {
/*	text-decoration: underline; */
	text-decoration: none;
	color: White; 
  	font-weight: bold;
	background-color: #990000;
}
a.pirosa:active {
	text-decoration: none;
  	font-weight: bold;
}

