//custom  blubox unsafe
.bgr {
  color : #cccce1;    /*border*/
  background-color : #ffe0e0;  /*bgr*/
}

.fill {
  background-color : #3f4d7c;  /*fill*/
  color : #cccce1;  /*txt*/
  
}
 .bord {
  background-color : #cccce1;  /*border*/
  color : #ffe0e0;  /*bgr*/
}
.block {
  background-color : #ffe0e0;  /*bgr*/
  color : #3f4d7c;  /*fill*/
  font-size : 12pt;
}

body {
  background-color : #cccce1;  /*border*/
  color : #ffe0e0;  /*bgr*/
}
.plain{
  background-color : #ffffff; 
  color : #000000; 
  font-weight:500; font-size : 14pt;
}
.header{
  background-color : #ffe0e0; /*bgr*/
  color : #E0E0EA; /*custom*/
   font-weight:600; font-size : 36pt;
   vertical-align : middle;
  text-align : center;
}
a {font-family : verdana,helvetica,"times new roman",arial; font-size : 12pt ;font-weight:600; }
a:link {color:#fffff0} 
a.temno {color:#fffff0} 
a:hover {color:#ff0000} 
a.svetlo {color:#000066} /*custom*/
H1 {font-size : 48pt}
H1.small { font-family : verdana,helvetica,"times new roman",arial; font-size : 24pt}
H1.medium { font-family : verdana,helvetica,"times new roman",arial; font-size : 36pt}


p { font-family : verdana,helvetica,"times new roman",arial; font-size : 12pt ;font-weight:500; margin : 6px 6px;}
p.heavy {font-weight:600; font-size : 14pt}
p.lite {font-weight:400; font-size : 10pt}
p.joke {text-decoration: none ;  font-family : "Comic Sans MS", verdana,helvetica,"times new roman",arial; font-size : 14pt ;font-weight:600; }
h1.joke {text-decoration: none ;  font-family : "Comic Sans MS", verdana,helvetica,"times new roman",arial; font-size : 36pt ;}
