<html> <head> <style> body { background-color: lightBlue; } h2 { font-family: Tahoma; } h3 { font-family: Courier New; } p { font-style: italic; } </style> </head> <body> <h2>Spanish Vocabulary</h2> <h3 style="background-color: darkSeaGreen;">Easy</h3> <p> - el abrigo, el lazo, la agujeta, el overol</p> <h3 style="background-color: khaki;">Good</h3> <p> - los huevos revueltos, el calzoncillo, los pantalones</p> <h3 style="background-color: pink;">Hard</h3> <p> - los desarrolladores, los calcetines</p> </body> </html>]]>