body{
background: #e0f0ff;
color: #000000;
font-family: times-new-roman;
counter-reset: paper;
}

P.hlavninadpis{
color: #0000aa;
font-family: times-new-roman;
font-size: xx-large;
text-align: center;
font-weight: bold;
margin: 15px;
}

P.nadpis{
font-weight: bold;
}


.preprint{
  margin: 4px;
}

.confversion{
  margin: 25px;
}

.confversion::before{
font-style: italic;  
content: "Conference version:";
}

.paper{
  margin: 4px;
}

.paper::before{
counter-increment: paper;
content: counter(paper) ".";
}

.proc::before{
content: "In proceedings of ";
}

.author{
}

.title{
font-style: italic;  
}

.journal{
}

.volume{
font-weight: bold;
}

.year{
}

.pages{
}

.remark{
}
