FREDERICK MD!!! w00t w00t!!
Gotta throw it up for my home towns next-door-neighbor
In your style code, you only need one opening and one closing comment. So your style code should be:
<!--
.style20 {
font-size: 20px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style18 {
font-size: 18px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style17 {
font-size: 17px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style16 {
font-size: 16px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style15 {
font-size: 15px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style13 {
font-size: 13px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style12 {
font-size: 12px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style11 {
font-size: 11px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style9 {
font-size: 9px;
font-family: "Times New Roman", Times, serif;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
text-transform: none;
}
.style33 {
font-size: 20px; font-family: "Times New Roman", Times, serif; color: #000000; font-style: normal; line-height: normal; font-weight: bold; text-transform: none;
}
-->
Then, anything IE 5 & down won't see it.
You might want to put (above the commented style) some basic CSS that any browser can interpret. See if that helps.