I missed that but, you are right. On that page only, add this to your style, where you have:
Code:
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: #FFFFFF;
}
Make it like this:
Code:
<style type="text/css">
<!--
.TM0o0, .TM0t0 {
border-bottom:1px solid white!important;
border-bottom:none;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: #FFFFFF;
}
That will fix FF and NN while leaving IE untouched. If you are concerned about Opera, add this script:
Code:
<script type="text/javascript">
if (window.opera){
document.writeln('<style type="text/css">')
document.writeln('.TM0o0, .TM0t0 {border-bottom:0!important;}')
document.writeln('<'+'/style>')
}
</script>
after the closing style tag here:
Code:
}
.style5 {font-size: x-large}
a {
color: #0000FF;
}
-->
</style>
Bookmarks