Create a rule for paragraphs.

<html> <head> <style> p { font-weight: bold; } </style> </head> <body> <h3>Great quotes</h3> <p>Fortune favors the bold</p> </body> </html>]]>

Make sure to pick p.