@charset "utf-8";
/* CSS Document */

@import url("global.css"); /* Properties assigned automatically */
@import url("design.css"); /* Only design / layout related */
@import url("general.css"); /* For use on any tags */
@import url("specific.css"); /* For use on specific tags only */
@import url("print.css"); /* Applies only when the page is printed */

@page {
	margin: 1cm !important;
}

