/*  Default styles for the website.  */

/*
 *  Notes:  Using import helps with a flaw with ye olde Netscape versions.
 *          As well as how I've separated the stylesheets into layout and colouring.
 *          Recently changed default.css to old.css, some styles might've been lost.
 *
 */

@import "/styles/layout.css";
@import "/styles/pastels.css";

