<%@ CODEPAGE=65001 %> <% Option Explicit %> <% Response.Charset="UTF-8" %> <% Response.Buffer=True %> <% Response.ContentType = "text/css" %> <% Const SelectedStyle="../THEMES/default/style/macromedia.css" %> @import "<%=SelectedStyle%>";