Updated:
This is the stylesheet that's being loaded onto the page. The background color will work in IE, but in Firefox the background color is showing up, but the other stuff works. It's like firefox is just ignoring the background tag.
This is the stylesheet that's being loaded onto the page. The background color will work in IE, but in Firefox the background color is showing up, but the other stuff works. It's like firefox is just ignoring the background tag.
<style type="text/css">
<!--
body { background-color: #629C24 }
a:link { text-decoration: none; font-family: arial; font-weight: bold; color: #629C24 }
a:visited { text-decoration: none; font-family: arial; font-weight: bold; color: #629C24 }
a:hover {text-decoration: underline; font-family: arial; font-weight: bold; color: #629C24 }
h1 { font-family: arial; font-size: 11pt; color: #000000 }
h2 { font-family: arial; font-size: 12pt; color: #000000 }
h3 { font-family: arial; font-size: 18pt; color: #FFFFFF }
-->
</style>