/*
Description: Print styles for Herb 'N Organics Website
Copyright: (c) 2008 Mark Ahn Creative Services LLC
*/


/*
--------------------------------------------------------
=Remove Screen-Specific Elements
--------------------------------------------------------
*/

#menu_wrapper,
#supplements,
ul#logos,
img {
   display: none;
   }
   
/*
--------------------------------------------------------
=Set Base Styles
--------------------------------------------------------
*/

body {
   font-family: Arial, Helvetica, sans-serif;
   }

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