Ich möchte einen Link ohne Unterstrich haben der nur bei Mouseover mit einem Unterstrich erscheint.
Bisher habe ich im Stylesheet folgende Angaben: Wie muss ich diese ergänzen? Es dreht sich nur um die Schrift #linkB12
Stylesheet:
/* Es folgen die Style-Definitionen, die Sie anpassen koennen: */
body,th,td,select,b,font,h1,input,ul {font-family: Arial,Helvetica}
th,td,select,font,input {font-size:17px;color:#666666}
h1,h2,h3,h4,h5,h6 {color:#666666}
body {background-color:#FFFFFF}
/*Einrückung des fliesendes Textes*/
#linkB12 {font-size:12px;color:#333333;font-weight:bold; text-decoration:none }
#size10 {font-size:10px;color:#333333}
#size10hell {font-size:10px;color:#999999}
#size11 {font-size:11px;color:#666666}
#size11d {font-size:11px;color:#333333}
#size12 {font-size:12px;color:#666666}
#size13 {font-size:13px;color:#666666}
#size15 {font-size:15px;color:#666666}
#size17 {font-size:17px;color:#333333} /* <=> size="-2"*/
#size20 {font-size:20px;color:#333333}
#size23 {font-size:23px;color:#666666}
#size 30 {font-size:30px;color:#666666}
#white12 {font-size:12px;color:#FFFFFF}
A:visited, A:visited CITE { color:#183E85 }
A:active, A:active CITE { color:#F46600 }
A:hover, A:hover CITE { color:#333333 text-decoration:underline}
A:link, A:link CITE { color:#183E85 }
A:href, A:href CITE { color:#FF8F00 }
Vielen Dank für die Hilfe