#text {
    margin-left: auto; 
    margin-right: auto;
    width: 700px;
    position: relative;
    text-align: left;
}
#nadpis  {
    font-style: italic;
}
#dalsi  {
    font-weight: bold;
    font-size: large;
}
.bold {
    font-weight: bold;
}
.bold-red {
    color: red;
    font-weight: bold;
}
.lime {
    color: lime;
}
.center  { 
    text-align: center
}
.tab-info  { 
    text-align:center;
    color:yellow;
    background-color:red;
    margin-left: auto; 
    margin-right: auto;
    position: relative;
}