This exercise will start out with the web page that is located on my website at: Basic XHTML (needs CSS)

Problem #1:
The first thing to do is change the default colors and fonts. I used #f3E4D5 for the body background-color and #993333 for the color of the font. The font-family that I wanted was Georgia, but I put Arial and seriff just in case. For the headers I went with #663333. One of the headers was to be treated differently so I set it up with a class where I changed the margin, font and color back to the default color of the page.

Problem #2:
Now I am going to put two columns in: one will contain the menu and the other one will contain the text of information.

Problem #3:
Now I want to set up the ul that holds the menu as a class and change the link and visited to navy.
Note that to do this, I can write the class and then a: followed by link or visited.