/* CSS Document */
.hlavni
  { list-style-type: lower-alpha;
        color: blue;
    font-family: "Verdana";
    font-size: 20;
  }
  
.maly
  { list-style-type: square;
    color: red;
    font-size: 12;
    border: solid;
  }  