Hi,
When I view the source of your page I can see that there is hard coded styling in the markup of the post content. This probably happened by copy/pasting some html without using the paste as text tool bar item in the editor, the editor tried to copy the styles of the pasted html.
Only way to fix it is to edit the posts and remove the junky markup
Junk added by copy pasting html instead of just plain text:
<span style="color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; ">
The actual text:
The Yuba College men's basketball team has beaten state power Antelope Valley College 79-69 to advance to the schools first ever state championship. The win gives Yuba College a 22 game win streak and takes the 49'ers overall record to 33-3. The 49'ers will face Fresno City in the state championship game at Consumes River College on Sunday at 330pm. Yuba's last loss was to the same Fresno City team on December 9th by 5 points.
More junk from copy/paste:
<span class="Apple-converted-space"> </span></span><br style="color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " />
<strong style="color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
Actual text content:
Congrats to the Yuba 49'ers!!!!!!!
</strong>
</p>
ie copy it then paste over it again using the paste as text toolbar button or else go into html view in the editor and remove the junky markup.
Hope that helps,
Joe