Apologies, I think a newbie question here, searched, but can't seem to find.

What's the best way to define a css file for your .aspx pages? Can't find a property for the page or document.

Strange enough, when you start a new C# ASP.NET application, you don't even get a default Styles.css. So I created a new VB ASP.NET app and copied that Styles.css to my C# project. Now I need to "link" to the .css so all my pages will use the same styles.

Thanks,
Mike