/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */



/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* Plavi tekst */
.plavi_tekst p /* p */ {
  color: blue;
  /* color: blue; border: 2px solid #ee9; */
}




/* Zeleni tekst */
.zeleni_tekst p /* p */ {
  color: green;
  /* color: green; border: 2px solid #ee9; */
}

/* Crveni tekst */
.crveni_tekst p /* p */ {
  color: red;
  /* color: red; border: 2px solid #ee9; */
}

/* Manji tekst */
.manji_tekst p /* p */ {
  font-size: 10px;
  /* font-size: 10px; border: 2px solid #ee9; */
}

/* Veci tekst */
.veci_tekst p /* p */ {
  font-size: 18px;
  /* font-size: 18px; border: 2px solid #ee9; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

