/* written by Andreas Goewe 2002 / 2003 / 2004 / 2005 */
/* this is an example for hideCSS.html */

@import url(styles4opera.css) screen;

div.testmozilla 
  { 
    font-family:monospace;
    font-size:24px; font-weight:bold; 
    text-decoration:underline; 
    color:red;
  }


