<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
``` Result
Introduction
Classes and IDs in CSS
Classes and IDs in CSS
Classes and IDs are super easy in CSS. You're using them right now!
Regular HTML Selectors
If you don't bother with a class or ID, an HTML element just gets the regular CSS styling for that element—or the default styling if you don't specify any particular styling on the stylesheet.
</p>
</body>
STYLESHEET below
.intro{
color:#883C3A;}
.standout{
color:#F7AC5F;
font-family:Verdana;}
<do not remove the three backticks above>