/* 
   Global Styles directory file
   Version 1.0
   Coded 2009-Infinity by DBF of Brothers Web Concepts.
   Domfig*AT*bwcwebdesign*DOT*com
*/


/* +PULL SCREEN
--------------------------------------------------------------------> */

@import 'sstyles.css' screen;

/* PULL PRINT
--------------------------------------------------------------------> */

@import 'pstyles.css' print;

/* ALWAYS-PRESENT-NO-MATTA-WHAT
--------------------------------------------------------------------> */

* {
 padding: 0;
 margin: 0;
}

ul {
 list-style-type: none;
}

img, a img, a img:hover { /* Prevents border defaults on img */
 border: 0;
 outline: none;
}

a, a:link, a:visited, a:hover, a:active {
 outline: none;
 text-decoration: none;
}




