If anyone is familiar with Firefox, I am having a problem. I have this in the all my webpages:
<link rel="stylesheet" type="text/css" href="main.css">
and this is in my stylesheet:
body {background-color:#FFFFFF; margin-width:0; margin-height:0; margin-top:0; margin-left:0}
A:link {text-decoration: none; color="#02024B"}
A:active {text-decoration: none; color="#02024B"}
A:visited {text-decoration: none; color="#02024B"}
A:hover {text-decoration: none; color="#02024B"}
h1 {font-family:Arial; font-size:22pt; color="#02024B"}
h2 {font-family:Arial; font-size:12pt; color="#02024B"}
h3 {font-family:Arial; font-size:10pt; color="#02024B"}
h4 {font-family:Tahoma; font-size:8pt; color="#02024B"}
h5 {font-family:Arial; font-size:8pt; color="#02024B"}
h6 {font-family:Tahoma; font-size:7pt; color="#02024B"}
.underline {text-decoration: underline}
.center {text-align: center}
.left {text-align: left}
.right {text-align: right}
Now, the problem is while the font types and sizes are correct in the Firefox brower, the colors are all black. I have checked the Firefiox options, and have it set to use the site's colors, but it is still not working. Any ideas? (It works fine in IE)