@charset "utf-8";
body {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 110%;
}
h1 {
  font-weight: 700;
  font-style: normal;
}
a {
  color: red;
}
ul, ol {
  list-style: none;
}
li {
  padding-bottom: 10px;
}
::selection {
  color: white;
  background: red;
}
table {
  width: 100%;
  height: 100%;
  border: 0;
}
tr {
  vertical-align: top;
}
.levaruc {
  text-align: right;
}
.pravaruc {
  text-align: left;
}
.levaruc, .pravaruc {
  color: lightgray;
  padding-top: 4px;
  padding-right: 20px;
  font-size: 70%;
}
.levaruc a, .pravaruc a {
  color: lightgray;
}
.centar {
  padding-bottom: 20px;
  padding-right: 40px;
  width: 45%;
}
.centar h1, .centar h2 {
  margin-top: 0px;
}
.pi {
    background-color: lightyellow;
    padding: 20px;
    font-size: 90%;
}
a:link.hal {
  text-decoration: none;
}
span {
  color: lightgrey;
}
blockquote span {
  color: red;
}
.copyleft {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
  color: black;
}
.eug {
  color: brown;
  font-weight: bold;
}
.th {
  color: green;
  font-weight: bold;
}