/* Tartozék katalógsok ROLLOVER-je */
p.ac_over {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
p.ac_over a { 
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
p.ac_over a:hover { 
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

/* index.html ROLLOVER-je */
p.basic_over {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
p.basic_over a { 
	color: #000000; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
p.basic_over a:hover { 
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

p.header {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

