Style Sheet Assignment
Due Monday March 9 and following


Make a copy of your February Calendar assignment and remove all CSS from the source code of the file. Modify the calendar source as necessary adding <div> tags so as to break the calendar down into the appropriate pieces.

Put all the styles used in your calendar into a separate style sheet named calendarO.css (that's calendar OH dot css).

For Wednesday create another style sheet for the calendar named calendarM.css (calendar EM dot css) as described below

Next create a style sheet for the calendar to modify the calendar as follows:
Make the background color of the page a light cool shade (blue or green) Make the Month line a nice shade of reddish brown and the day area a lighter shade of brown Make the calendar body light tan. Make the fonts "Lucida Sans Unicode" or "Comic Sans MS" or sans-serif IN THAT ORDER.
Make a duplicate of the calnedar page but associate the new CSS sheet with it and publish it.

For Friday, remove any CSS from your HOME page and put its css into a separate CSS file. Give it a reasonable name, such as main.css. Add a link to this style to ALL your Web pages (except the two calendar pages) after removing all styles associated with these pages within a reasonable amount of time (such as by the end of the month.