/* A very minimal CSS for aural and other "streamed" media browsers. All it currently does is to hide all tags/content marked for exclusive use in screen- and print-media *** */

.screen, .print { display : none; }