<!doctype html>
<html>
<head>
<title>More pseudo-classes</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div>
<p>This should be blue.</p>
<p>Standard black, here.</p>
<p>Also black.</p>
<p>This one is purple!</p>
<p>Back to black.</p>
<p>This will be fuchsia.</p>
</div>
<div>
<p>This should be red.</p>
</div>
</body>
</html>