/*
** Ludwig Weinzierls 'bossa' style sheet.
** Copyright Ludwig Weinzierl - http://weinzierl.name/
** License: Copyright by L. Weinzierl, 2006
**
**   In Brazil, when someone does anything with "bossa" (com bossa), 
**   it meant (and still does) that the "something" is performed with particular charm and flair.
**   -- Wikipedia
**
*/

/* Import CSS2 stuff*/
/*@import url("/temp/bossacss2");*/    /*IE4 will read it*/
@import "/temp/bossacss2";         /*IE4 will skip it*/

/* Import CSS3 stuff*/
@import url("/temp/bossacss3") screen; /*ie4 will import if there is no "screen", contrary to info from www*/

/* Import mozilla stuff*/
@import url("/temp/bossamoz") screen; 

/*IE3 NS4 stuff*/
