<html> <head> <link href="style.css" rel="stylesheet"> <style>.blueHeading { color: blue; } .redHeading { color: red; }</style> </head> <body> <h2>Colorful phrases that include the word:</h2> <h3 class="blueHeading">Blue</h3> <ul > <li>Out of the blue</li> <li>Once in a blue moon</li> </ul> <h3 class="redHeading">Red</h3> <ul > <li>Caught red-handed</li> <li>Take the red eye flight</li> </ul>