BODY { background-color: #abcdef; background-image: url(body-bg.gif); background-repeat:repeat-y; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 10% } H1, H2, H3, H4, H5, H6 { font-family: "Minion Web", Palatino, "Times New Roman", serif } /* note the use of quotations around font names of more than one word */ H1 { font-size: 140%; text-indent: -10% } H2 { font-size: 130%; text-indent: -6% } H3 { font-size: 120%; text-indent: -4% } H4 { font-size: 110%; text-indent: -2% } A:link {background-color: yellow;text-decoration:none} A:visited {background-color: yellow;text-decoration:none} A:active {background-color: #99cccc} A:hover {background-color: #66cccc} A.email:link {background-color: #ffffff} P {text-indent: 5%} .description { font-style: italic; /*note how to make something italicized */ font-family: "Minion Web", Times, "Times New Roman", serif } .ingredient { font-family: Verdana, Arial, Helvetica, sans-serif } .method { font-family: "Minion Web", Times, "Times New Roman", serif }