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-weight followed by font-style and then font-family, color.