/* menu linkek */

a.type3:link {
color : #0000ff;
text-decoration : none;
}
a.type3:visited {
color : #0000ff;
text-decoration : none;
}
a.type3:hover {
color : #ff0000;
text-decoration : underline;
}
a.type3:active {
color : #0000ff;
text-decoration : none;
}


/* fej linkek */

a.type2:link {
color : #400000;
text-decoration : none;
}
a.type2:visited {
color : #400000;
text-decoration : none;
}
a.type2:hover {
color : #0000ff;
text-decoration : underline;
}
a.type2:active {
color : #400000;
text-decoration : none;
}

/* tars linkek */

a.type1:link {
color : #000000;
text-decoration : none;
}
a.type1:visited {
color : #000000;
text-decoration : none;
}
a.type1:hover {
color : #0000ff;
text-decoration : underline;
}
a.type1:active {
color : #000000;
text-decoration : none;
}

/* reklam linkek */

a.type11:link {
color : #ff0000;
text-decoration : none;
}
a.type11:visited {
color : #ff0000;
text-decoration : none;
}
a.type11:hover {
color : #0000ff;
text-decoration : underline;
}
a.type11:active {
color : #ff0000;
text-decoration : none;
}
