You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. 
	You create a folder named Dark in the App_Themes folder of the Web application. You also addfour skin files to this folder. You have to make sure that the controls on a page have their
	appearances overridden by the control definitions defined in the skin files. What should you do? 
	Which Page directive should you use?()
	A.You should use the page directive: <%@ Page StyleSheetTheme="App_Themes.Dark"/>
	B.You should use the page directive: <%@ Page Theme="App_Themes.Dark"/>
	C.You should use the page directive: <%@ Page Theme="Dark"/>
	D.You should use the page directive: <%@ Page StyleSheetTheme="Dark"/>
 
                            