@import url(layout.css);
   /* rules for all elements via *{ }
      default font color!!!--------^
      &&
      positioning + layout + box model:
      display, clear, float, position, top, right, bottom, left,
      width, height, line-height, padding, border-width, margin,
      clip: rect(t, r, b, l), overflow
    */
@import url(colors.css);
   /* styling / color theme:
      border-style, border-color,
      font-size, font-style, font-family, color,
      background-color;
    */
 @import url(graphics.css);
   /* background-image (for rollovers, patterns etc.) */

/* @import ur\6C (mozilla_only.css); */

/* @import("mac_ie_only.css"); */
