Re: Font color not changing.
Found the h1 color. Was set on a separate line. Below is the code for the footer. Where do I set all the text color in there?
#footer {
font-family: Georgia;
font-style: italic;
border-top: 0px solid #ccc;
margin: auto;
color: #666;
font-size: 1.4em;
padding-top: 10px;
clear: both;
text-align: center;
height: 80px;
width: 960px;
}
Thank you.