Forum Moderators: open
.BodytextsmallGrey {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
border: #CCCCCC;
color: #333333;
text-decoration: blink;
}.BodytextsmallBlk {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
border: #CCCCCC;
color: #000000;
text-decoration: blink;
}.style2 {font-size: 10px; font-style: normal; border: #CCCCCC; color: #000000; text-decoration: blink; font-family: Verdana, Arial, Helvetica, sans-serif;}
Remove these and you'll be fine. You may a trouble editing this in Dreamweaver because you're using a Dreamweaver template. Open the file in Notepad and edit it there.
A quick comment though - you have way too much code there. You should take all of the stuff about borders and fonts and put it in the css. There are other things you're using there which can be done a lot more simply and cleanly in the css - like 'align:center'.
But then again, I have pages I made ages ago that have the same stuff and I never get around to fixing them...
Anyway - problem solved.