@CHARSET "ISO-8859-1";

/*
the classes included between the WYMEditor pseudo tag will be used as formatting options by the
wym editor, @see http://trac.wymeditor.org/trac/wiki/0.5/Customization
*/
/* WYMeditor */

/* Paragrafo ROSSO */
p.red{
  color: red;
  /* color: red; */
}

/* Paragrafo BLU */
p.blue /* p[@class!="important"] */ {
     color: blue;
  /* color: blue; */
}

/* Paragrafo: Importante */
p.important /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold; border: 2px solid red;
    /* color: red; font-weight: bold; border: 2px solid red; */
}
 
 


/* /WYMeditor */