/* Import the default formatting and layer positioning instructions. */

/* "@import" is used to prevent older browsers from applying just enough  */
/* style to the page to make it really ugly. We prefer older browsers to  */
/* layout the page with no style or fancy layout to try to improve        */
/* accessability and readability.  */

@import url("styles.css");  /* Formatting rules */
@import url("layout.css");  /* Layer positioning rules */