Forkert farvet underline
Hej,Hvorfor er det at linket i min .headline bruger en grøn understregning ved 'hover' istedet for den sorte som ønsket?
Almindelige links skal stadig være grønne med grøn underline.
/* Headlines */
.headline {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:18px;
color:#000000;
font-weight:bold;
}
/* Links */
A:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#759212;
font-weight:bold;
text-decoration:none;}
A:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#759212;
font-weight:bold;
text-decoration:none;}
A:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#759212;
font-weight:bold;
text-decoration:underline;}
.headline a:link {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:18px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
.headline a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:18px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
.headline a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:18px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}
