Match the properties to their values.

<html>
<head>
<style>
h3 { color: purple; font-weight: bold; font-style: italic; font-family: Papyrus; }
</style> </head>
<body>
<h3>Wanted!</h3>
<h3>Graphic Designer</h3>
</body>
</html>]]>

Make sure to pick font followed by - and then weight. On the other line,  add color.