/* 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;
}


