Create a rule for
p
tags.
<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
.