body { /*The following meets the requirements for bg color, text color, font-family, and font size style rules in the <body> element.*/
background-color: #FFD39B;
color: #000000;
font-family: Times New Roman, Arial, serif;
font-size: 20px;
}
/* "color" rule applies to more than one element */
h1 {
color: #EE2C2C;
font-family: Arial Black;
/*Bottom border*/border-bottom: 1px solid black;
/*Dealer's choice*/text-decoration: underline;}
h2 {
color: #EE2C2C;}
/* Edits font size for <a> element, using  instead of pixels */
a{ font-size: 2em;
}
