Make all tags have a font-family of Garamond. (Do NOT use the universal selector for this! There's a better way; see the Hint for help.)
Make the introduction paragraph and the summary paragraph have a font-weight of bold (this is a new property for you, but it works just like the others you've learned).
Make the synopsis paragraph have the color #7AC5CD.
Make the paragraphs in the unordered list have the color #000000 and text-decoration underline.
What happens if you just set all tags to have the font Garamond? Since nothing "downstream" of the cascade (that is, no other selector that's more specific than just p) changes the font-family, this should make all paragraphs have the same font!