/* 
   Global Styles directory file
   Version 1.0
   Created 3-24-2009 Todd M. LeMieux Design 
   Coded 3-24-2009 Brothers Web Concepts
*/


/* +PULL SCREEN
--------------------------------------------------------------------> */

@import 'sstyles.css' screen;


/* 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;
}





