For the last several versions Visual Studio has been inserting odd characters at the beginning of the CSS files. I know it has something to do with the the encoding of the text file (It is the Unicode Byte-Ordering-Mark (BOM). ). A few versions ago I was able to change a setting so that VS would save the files differently and stop doing that but I can not seem to find any notes on what that setting was.That extra code seems to affect some browsers' interpretation of the css file or at least the first piece of css code after the BOM.TIA