A:link { COLOR: #ABCFAA; TEXT-DECORATION: none
}
A:active {  TEXT-DECORATION: none
}
A:visited {COLOR: #ABCFAA;  TEXT-DECORATION: none
}
A:hover { COLOR: yellow; TEXT-DECORATION: none
}
div.cikk a:link {
color: 0000BB;
text-decoration: underline;
}
div.cikk a:visited {
color: 0000BB;
text-decoration: underline;
}
div.cikk a:hover {
color: red;
text-decoration: none;
}
div.cikk a:active {
text-decoration: none;
}
body{
 font-family: Arial, Helvetica, sans-serif;
 color:#444;

}