/*Comments pertain to immediate style below comment except where bracketed*/

/*..............................................This is the base CSS for only the index page...................................................*/

/*......This is modified for testing to point at testing pages, but is not uploaded.......................*/
/*......The same page remains uploaded which does not point to test pages.......................*/
/*......That allows test pages to work in Dreamweaver, and non-test pages to work on site.......................*/
    
@import url(IndexOnly.css);
@import url(Basic2.css);
@import url(Navbar.css);

