<style type="text/css">
a.werbe_link_wette:link {
color: #FF8000;
text-decoration: none;
}
a.werbe_link_wette:visited {
color: #FF8000;
text-decoration: none;
}
a.werbe_link_wette:hover, a.werbe_link_wette:active {
color: #F000000;
text-decoration: none;
}
</style>
So sieht mein CSS Code aus, aber das hover macht gar nichts. Geht das nicht vonn ich vorher eine Class anführe?