<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : styl
    Created on : 23.6.2012, 14:06:25
    Author     : Krtecek
    Description:
        Purpose of the stylesheet follows.
*/


ol ol {
 list-style-type: none;
}

.prvni{
   
     font-weight: bold;
     color:red;
     font-variant: small-caps;
    
}
.prvni:after{
    content:":";
       
}
.zelena{color:#00ff00;}
.modra{color:blue;}</pre></body></html>