I have a script that is cgi and is calling from the header.html. Im trying to get the following to be as: Text/links : color black (#000000) Visited link: grey ( #808080 ) Font #2 This is the code Im trying to use, I know Im missing something or havent set it right. Could you take a look and help a poor sole. body,td,div,.p,a{font-family:MS Sans Serif SIZE="+1"} .f,.fl:link{color:#000000} a:visited,.fl:visited{color:#808080} ALINK="#000000" a:active,.fl:active{color:#000000} .ch{cursor:pointer;cursor:hand}