Create an external cascading style sheet to apply the following styles: the color red to all h1 headings the color blue to all h2 headings the color green and the font Arial to all paragraphs the font Cursive to all ordered lists the font size 28px to all bulleted lists a solid border around all tables a solid border and a background color of purple to all cells within a table In the CSS external style sheet, create classes to: change the background color of your favorite hobby to yellow change the font of one of your favorite movies to Arial change the text color of one of your favorite actors to orange Apply these classes appropriately in the HTML files. Do not include any embedded or inline tags in your code. All styles should be applied using an external cascading style sheet and classes. The completed external cascading style sheet should contain 7 tags and 3 classes. Save the cascading style sheet as styles.css. Link the cascading style sheet to both the movies page and the hobbies page and apply the classes to the appropriate tags in each page. Save both Web pages (movies.html and hobbies.html) again. Validate both Web pages (movies.html and hobbies.html) using the World Wide Web Consortium validation site. Apply HTML5 validation. Links attatched: World Wide Web Consortium validation site. : http://validator.w3.org/