Styling in CSS

Given the following HTML:

<div class=”article”>
<h1>Buddy In-law</h1>
<p>A friend of a friend of yours. <a href=”https://www.google.com/?q=someone">Someone</a> you have yet to meet, but is friends with your friend. Someone you share a mutual friend with. Someone you share a mutual buddy with.</p>
</div>

How would you:
1. Change the paragraph font to Verdana?
2. Change the font size of the heading to a 20px
3. Change the font color of all anchors in article paragraphs to pink. Change the hover state color to red
4. Justify the paragraph text
5. Make the whole article 600px wide and center the heading