A. Style sheet: make your sheet do the following

  1. Turn off underlining for links; make links a different color from other body text
  2. Make headlines Arial
  3. Make all other fonts Verdana 10
  4. Make all fonts one color; make table cell fonts a different color
  5. Make the background a light web safe color
  6. Make left Margin ½ centimeter
  7. and 8. Do something else interesting.

B. Remember to link your style sheet to a document (example--one of your earlier homework assignments)(put this line in the <head> section:

<link rel="STYLESHEET" HREF="homework.css" TYPE="text/css"> where "homework" is the name of your style sheet)

C. Don't forget to publish both your earlier homework assignment and your style sheet to the same place on your server