Possible Duplicate:
Is there a CSS parser for C#?
in my screen scraper application written in C# I want to download a webpage and extract only main content text for further processing. What I want to do first is to determine the colours of background and text and analyse them. Assuming that my programme receives as an input a valid XHTML code with a CSS file, is there an XHTML parser that can determine background and foreground colours? The question is with what tool can I process CSS properly with? Ideally it would be written in .NET. Thanks