@charset "utf-8";
/* CSS Document */

/*    NOTES:

To avoid issues with older browsers intializing with different margins/padding on vairous elements, we overkill remove their margins and padding here.

Additionally, since borders around image links has long been considered undesirable behavior, we remove those as well.

*/

body,p,div,h1,h2,h3,h4,h5,h6,h7,img,ul,ol,li,span,a{
padding: 0 0 0 0;
margin: 0 0 0 0;	
}
a img{
border: none;	
}