/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

body
{
  color: #000000;
  background-color: #fff;
  background-image: none;
}



.art-sheet-cc {
background-color: #FFFFFF !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
-moz-box-shadow: 0 0 0 0 #666 !important;
-webkit-box-shadow: 0 0 0 0 #666 !important;
box-shadow: 0 0 0 0 #666 !important;

}