/* CSS Document */
.hlavni_seznam
  { list-style-type: upper-roman;
    
    font-family: "Courier New";
    font-size: 20;
    color: rgb(255, 0, 0);
    
    margin-left: 50px;
    
  }
  
.maly_seznam
  { color: rgb(0, 0, 255);
  }  