I know there is something wrong with the css but have no clue where/how to fix it. Many visitors complaint me about the dark color on the site but in fact it views okay on IE and Opera browsers

. Could someone please take a look at the css below and figure out what wrong with it?
<style type="text/css">
<!--
td {
font-family : Tahoma;
font-size : 11px;
color : #474747;
}
BODY {
FONT-FAMILY: Tahoma, Verdana; FONT-SIZE: 12pt
}
A {
FONT-FAMILY: Tahoma, Verdana; FONT-SIZE: 12pt; TEXT-DECORATION: under; outline: none
}
A:link {
FONT-SIZE: 12px; FONT-WEIGHT: bold; COLOR: #013C9A; FONT-FAMILY: Arial, Verdana, Tahoma, Helvetica, sans-serif;
LETTER-SPACING: 0px;
TEXT-DECORATION: underline
}
A:visited {
FONT-SIZE: 12px; FONT-WEIGHT: bold; COLOR: #013C9A; FONT-FAMILY: Arial, Verdana, Tahoma, Helvetica, sans-serif; LETTER-SPACING: 0px;
TEXT-DECORATION: underline
}
A:hover {
FONT-SIZE: 12px; COLOR: #2299FF; FONT-FAMILY: Arial, Verdana, Tahoma, Helvetica, sans-serif; LETTER-SPACING: 0px;
TEXT-DECORATION: none
}
A:active {
FONT-SIZE: 12px; COLOR: #013C9A; FONT-FAMILY: Arial, Verdana, Tahoma, Helvetica, sans-serif; LETTER-SPACING: 0px;
TEXT-DECORATION: none
}
a.7 {FONT-SIZE: 12px; text-decoration: underline; color: #FFE400; }
a.7:link {FONT-SIZE: 12px; text-decoration: underline; color: #FFE400; }
a.7:visited {FONT-SIZE: 12px; text-decoration: underline; color: #FFE400; }
a.7:hover {FONT-SIZE: 12px; text-decoration: none; color: #FFFFFF; }
a.1 {text-decoration: underline; color: #000000; }
a.2 {text-decoration: underline; color: #FFCC00; }
a.3 {text-decoration: underline; color: #828282; }
a.4 {text-decoration: underline; color: #004C86; }
a.5 {text-decoration: underline; text-transform:uppercase; font-weight:bold; color: #949494; }
a.5:link {FONT-SIZE: 11px; text-decoration: underline; color: #949494; }
a.5:visited {FONT-SIZE: 11px; text-decoration: underline; color: #949494; }
a.5:hover {FONT-SIZE: 11px; text-decoration: none; text-transform:uppercase; font-weight:bold; }
a.6:link {FONT-SIZE: 9px; text-decoration: underline; color: #949494; }
a.6:visited {FONT-SIZE: 9px; text-decoration: underline; color: #949494; }
a.6:hover {FONT-SIZE: 9px; text-decoration: none; color: #2299FF; }
a.8:link {text-decoration: underline; color: #013C9A; font-size: 13px; }
a.8:visited {text-decoration: underline; color: #013C9A; font-size: 13px; }
a.8:hover {text-decoration: none; color: #2299FF; font-size: 13px; }
-->
</style>
I truly need your help
Tranix