Since you said "and more".....
You seem to be the victim of Word or the built-in html editor when making your main page text. Word and other "package editors" (FrontPage is the worst) will leave a trail of span styles and other junk in the source. Try opening a Word document, type in "Hello!" and save it as a webpage. Then look at the source of that file.:shocking:
You also have some items in the source of the main content that look like the trail left when trying to decide the color and size of text using the built-in editor.
Your current main content source looks like> <font face="georgia,times new roman,times,serif" color="#000066" size="4"><font color="#ff0000" size="5"><font face="Courier New" color="#000066" size="2"><font style="BACKGROUND-COLOR: rgb(255,255,255)" face="times new roman,times,serif" color="#000066" size="4"><strong><b><font color="#ff0000" size="5"><font style="FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: rgb(255,255,255)" face="times new roman,times,serif" color="#ff0000" size="3"><strong><b><font color="#ff00ff"><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p style="DIRECTION: ltr; FONT-FAMILY: arial,helvetica,sans-serif" align="left"><span style="COLOR: rgb(0,204,255)"><span style="COLOR: rgb(102,153,255)"><font color="#ff0000" size="6"><font color="#000000">Welcome to</font> <font size="7">The Wind Effect</font></font></span></span></p></blockquote></blockquote><p style="DIRECTION: ltr; FONT-FAMILY: arial,helvetica,sans-serif" align="left"><span style="COLOR: rgb(0,204,255)"><span style="COLOR: rgb(102,153,255)"><font color="#0000ff">We are currently updating our site but you can still browse and purchase everything we have to offer during this time.</font> </span></span></p><p style="DIRECTION: ltr; FONT-FAMILY: arial,helvetica,sans-serif" align="left"><span style="COLOR: rgb(0,204,255)"><span style="COLOR: rgb(102,153,255)"></span></span></p><p style="DIRECTION: ltr; FONT-FAMILY: arial,helvetica,sans-serif" align="left"><span style="COLOR: rgb(0,204,255)"><span style="COLOR: rgb(102,153,255)">We use a PayPal shopping cart which accepts most major credit cards or your bank debit card. * You do not have to open a PayPal account to go through our checkout. * When you confirm your order it will give you a choice of payment methods. </span></span><br /></p><font style="BACKGROUND-COLOR: rgb(255,255,255)" color="#ff0000" size="3"><strong></strong></font></font></b></strong></font><p style="DIRECTION: ltr" align="left"><font face="Times New Roman"><font color="#6699ff"><font size="4"><strong><font style="COLOR: rgb(51,51,51); FONT-FAMILY: arial,helvetica,sans-serif" size="3">We are dedicated to our customers' needs and welcome your questions and comments before, or after the sale. Please refer to our contact us page .</font><font size="3"><br style="FONT-FAMILY: arial,helvetica,sans-serif" /></font><br /></strong></font><font size="4"><strong><span style="COLOR: rgb(255,0,0)"><br /></span></strong></font></font></font></p><p align="justify"><strong><font face="Courier New" color="#000066" size="4"><font size="2"> </font></font> </strong></p><p><strong><font color="#000066"> </font><font face="Times New Roman" color="#000066" size="4"> </font></strong></p></font></b></strong></font></font><font face="Courier New" color="#000066" size="2"><strong> </strong></font><font color="#000066"> <font face="courier new,courier,monospace" size="2"> </font></font><font face="Courier New" color="#000066" size="4"><font size="2"><strong></strong></font></font><br /></font></font>and could be done with > <h2>Welcome to The Wind Effect</h2><p>We are currently updating our site but you can still browse and purchase everything we have to offer during this time.</p><p>We use a PayPal shopping cart which accepts most major credit cards or your bank debit card. * You do not have to open a PayPal account to go through our checkout. * When you confirm your order it will give you a choice of payment methods.</p><p>We are dedicated to our customers' needs and welcome your questions and comments before, or after the sale. Please refer to our contact us page.</p>You would need to add some color and size but, that could be done by using something like <p id="mainPurpleText"> and setting size and color in the stylesheet.