[CSS] Bekomm die links nicht schwarz

Ales
Ich weiß nicht was ich falsch mache, aber die links wollen einfach nicht schwarz werden

könnt ihr mir da helfen?

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
BODY {
color: #000000;
text-align : left; /* deffiniert die 'textposition'*/
font-size: 12pt ; /* schriftgröße*/
background-attachment: scroll; /* das der hintergrund fixiert ist, man kann hier auch scroll einsetzen*/
background-position: center; /* oder auch center, left, right, top, bottom*/
background-color: transparent; /* hintergrundfarbe*/
A:link {COLOR: #000000; TEXT-DECORATION: none; text-decoration:border-bottom:1 dotted; border-color:#000000 ;}
}


Zur Homepage

lg
Ales
.Dori
A:link {COLOR: #000000; TEXT-DECORATION: none; text-decoration:border-bottom:1 dotted; border-color:#000000 ;}


Nimm das mal aus der Body klammer raus. uns etzt es danach-
Ales
okey
danke

edit:
irgendwie ändert sich da nichts
Black Katrin
naja... selber schuld sry aber ist so...
guck dir deinen code an:

<body text="#000000" link="#FF0000" alink="#FF0000" vlink="#FF0000">


logisch das es rot ist!
Ales
oh
okey
mach das mal