/*
default.css

Description:
Import stylesheet used by all browsers.

Version
0.9 - October 29 , 2006

Notes:
- The import statement to hide from older browsers is still placed in a css file because the link element 
can be used to specify alternate stylesheets. If alt stylesheets are not needed, this import statment can be 
placed within style tags.

Author:
Ed Ching, edwin_ching@grey.net
*/


/* Import newer browser stylesheet */
@import url("default_screen.css");

