I’m trying to learn C# & ASP.NET and I have a question regarding styles on web controls. I’m used to creating a stylesheet for everything in my PHP pages, but Visual Studio dumps styles for all the web controls directly on the aspx page, and not on a separate stylesheet. Is this a good thing, and is there a way around it? Or am I not understanding something?