hello,

         due to some reason every page you add to nop commerce takes default css as follows,

</title>
    <style type="text/css">
        .style1
        {
            width: 100%;
            border-style: solid;
            border-width: 1px;
        }
    </style>
<link href="../App_Themes/darkOrange/styles.css" type="text/css" rel="stylesheet" /></head>
<body>

is it possible to bypass these css settings and create a customized page which doesn't uses the default css.

regards,