HoRaZ: CSS Problem

Beitrag lesen

html,
body,
span
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Trebuchet MS", Verdana, Arial !important;
    font-size:13px !important;
    margin: 0;
    padding: 0;
    height:100%;
}

Ich hab es jetzt erstmal so lösen können, weil damit die <span> Tags vom FCKEditor die so aussehen überschrieben werden:

<p style="" class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">

Hab jetzt einfach im CSS, Span noch mit eingefügt. Gibts ne sauberere Lösung?

Ciao HoRaZ