Select the element with the class "newsAlert".
<html>
<head>
<link href="style.css" rel="stylesheet">
<style>.newsAlert{color:red;}</style>
</head>
<body>
<h3 class="newsAlert">BREAKING NEWS!</h3>
</body>
</html>]]>Make sure to assemble .newsAlert.