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.