[CSS] myblog.de - CSS Problemchen

Wölfchen
Hab mich heute zum ersten mal mit myblog auseinander gesetzt und ein layout von einer anderen person umgewandelt, heißt meine bilder reingesteckt und nur den CSS Code verändert. jetzt such ich schon eine Stunde lang den Part, welcher die Links grün zaubert, bin aber offensichtlich zu blind ihn zu finden -.-

kann mir jemand helfen?

http://myblog.de/malve/

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
<html>
<head>
<title>fairy tale</title>


<style type="text/css">
<!--
body
{
scrollbar-darkshadow-color: #9C8A98;	
scrollbar-track-color: #9C8A98; 	
scrollbar-face-color: #3C3E31;
scrollbar-shadow-color: #9C8A98;
scrollbar-3dlight-color: #9C8A98;
scrollbar-highlight-color: #9C8A98;
scrollbar-arrow-color: #3C3E31;
FONT-FAMILY: Georgia; 
FONT-SIZE: 7pt; 
COLOR: #000000;
text-align: justify;
}

div.navi, td 
{FONT-FAMILY: Georgia; FONT-SIZE: 7pt; COLOR: #000000; text-align: justify; linke-height: 8pt;}

TEXTAREA, input
{
Color: #9C8A98;
Background-Color: transparent;
Font-Family: Georgia;
Font-Size: 7pt;
Border: 1px solid #9C8A98;
}

TEXTAREA {width: 250; height: 120;}
INPUT{width: 100; height: 18;}



A
{FONT-FAMILY: Verdana; FONT-SIZE: 7pt; COLOR: #9C8A98; TEXT-DECORATION: none; border-bottom: 1px solid #000;}
A:visited
{FONT-FAMILY: Verdana; FONT-SIZE: 7pt; COLOR: #9C8A98; TEXT-DECORATION: none; border-bottom: 1px solid #000;}
A:active
{FONT-FAMILY: Verdana; FONT-SIZE: 7pt; COLOR: #9C8A98; TEXT-DECORATION: none; border-bottom: 1px solid #000;}

A:hover
{FONT-FAMILY: Verdana; FONT-SIZE: 7pt; COLOR: #9C8A98; TEXT-DECORATION: none; border-bottom: none; cursor: default;}



.inhaltetable{width: 385;}



.post{
color: #9C8A98;
font-size: 10px;
font-family: georgia;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 3px;
border-bottom: 1px solid;
background-color: #ffffff;
text-align: left;
filter:alpha(opacity=100, finishopacity=0, style=1); height: 5px;
margin-top: 0; margin-bottom: 0px; }



b{FONT-FAMILY: Verdana; FONT-SIZE: 10pt; COLOR: #9C8A98; letter-spacing: -2px;}
i{FONT-FAMILY: Georgia; FONT-SIZE: 9pt; COLOR: #9C8A98; letter-spacing: 0px;}
u{FONT-FAMILY: Verdana; FONT-SIZE: 7pt; COLOR: #000000; border-bottom: 1px solid #9C8A98;}
s{FONT-FAMILY: Verdana; FONT-SIZE: 8pt; COLOR: #000000;}
-->
</style>

</head>

<body background="http://home.arcor.de/diewurzel/blog/lines.gif">
  

<IMG SRC="http://home.arcor.de/diewurzel/blog/fairytale.jpg" WIDTH=1010 HEIGHT=500 BORDER=0 STYLE="position: absolute; top: 50; left: 0; >



<div style="position: absolute; top: 150; left: 865; width: 132; overflow:auto; height:500">

</div>


<div style="position: absolute; top: 50; left: 480; width: 385; overflow:auto; height:491">
{PLACE_CONTENT}
<br>
</div>

<div style="position: absolute; top: 140; left: 868; width: 132; overflow:auto; height:500">

<div align="center">
Who? Malve<br>
Place? Baden bei Wien</a><br>
Age? 18</a><br>
Reason? einfach so ^^</a><br>
Love? Stefan, Webdesign, RPG, Mittelalter</a><br>
Hate? parts of my Body -__-</a><br>
Greetings? Mundilfaris, RPG-Leutz</a><br>
<br>
<p><p><p><p><br><p><br><p>
<a href="http://www.mundilfaris.at">Mundilfaris</a><br>
<a href="http://www.rszgh.de.vu">RPG</a><br>
<a href="http://www.gegenbilderklau.net">Gegen Bilderklau</a><br>
<a href="http://www.darkcathy.de.vu">old page</a><br>
<a href="http://www.timeless-moments.de.vu">Fotopage</a><br>
<a href="http://www.naschkatzen.com">Leidensgenossen</a><br>

<br></div>
</div>

</body>

</html>

{PLACE_POWEREDBY}
Wölfchen
das ist ja das problem Augenzwinkern irgendwie werd ich aus dem CSS Code nicht so ganz schlau o__O kann es sein, dass der Code ziemlich fehlerhaft ist? also das teile fehlen? hab leider bislang recht wenig damit gearbeitet.