Found it myself and want it to share with you;
The version you can find in the common.asp
The text-font I wanted to change on the frontpage (default.asp) turned out to be smText. I could not change the color
.smText { font-family: Verdana, Arial, Helvetica, sans-serif; color : #FF9900; font-size: 10px; font-weight: normal; |
because it would change all of the frontpage smText.
So I added
.sText { font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; font-size: 10px; font-weight: normal; |
in de default_style sheet and changed smText to sText in those places I needed it changed.
