I am trying my best to make sure this site validates but in the CSS validator I am getting this: Parse Error - : #cccccc; text-decoration: none; } a:visited Here is a link to the error page on the validator CSS Validator
Woo, an easy one for me! p { font-family: Tahoma, Geneva, sans-serif; font-size: 14px; color: #fff; text-align:justify; } <------------------------ no opening bracket or name of element color: #cccccc; text-decoration: none; } a:link { color: #cccccc; } a:visited { text-decoration: none; color: #cccccc; } Code (markup): Can't parse = something missing from code like opening tags or closing tags or semi-colons after values etc. : )