AdminCP -> Style Manager -> Click "Edit Templates" for the style you want to edit -> Search Templates -> Click on the template "search_results_postbit" ->
Find:
HTML Code:
<a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a>
Replace with:
HTML Code:
<span class="smallfont" stlye="font-style: normal"><a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a></span>
Find:
HTML Code:
$post[pagetext]
Replace with:
HTML Code:
<span class="smallfont" stlye="font-style: normal">
$post[pagetext]</span>
And that should work.