UNITED KINGDOM
2008-03-11 10:37:47
Hi, I'm trying to change the font colors using the css file. I'm able to change the font size like this:
body {
font-size: 14px;
font-family: Century Gothic;
background: #333;
}
but not sure how to change the color. Also, is it possible to have different font colors in the menu column and the main (exhibit) column?