5
Here is an screenshot i knocked up to show you the font colour selection in the style.css
the image shows the selection for "h1"
And below is snippet of the code, note that when "automatic" is selected, there is no colour #xxxxxx set. Tho i see bg-colour is transparent in the settings or "a".
...............................
a {color: #D9D9D9; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {color: #FFFFFF;}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
ul {
margin: 0px;
padding: 0px;
list-style: square inside;
text-align: left;
color: #333333;
line-height: 18px;
}
......................
As for your quote re: MS IE and frontpage. Not surprised, might go seeking another html editor.
cheers