body {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #006699;
}

#content {
    width: 920px;
    margin-left:  auto;
    margin-right: auto;
    padding: 20px;
    background-image:url("../../Slike/yudx-background.jpg");
}

a:link    { color: #0000FF; }   /* unvisited link  */
a:visited { color: #0000FF; }   /* visited link    */
a:hover   { background-color: #00FFFF; }   /* mouse over link */
a:active  { color: #00FFFF; }   /* selected link   */

p {
  margin: 0 20px 0 20px;
}

.naslov {
    text-align:center;
    margin: 10px 0 10px 10px;
    font-size: 26px;
    font-family: inherit;
    font-weight: bold;
    line-height: 26px;
    /* color: inherit; */
    text-rendering: optimizelegibility;
}

.naslov .intro {
    color: black;
    font-size: 60%;
}

.naslov .message {
    color: red;
    background-color: white;
    font-size: 60%;
    margin-top: 6pt;
    margin-bottom: 6pt;
}

.naslov .name {
    margin-top: 20px;
    margin-bottom: 40px;
    color: red;
    font-size: 120%;
}

.naslov .reclogs {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #009966;
    font-size: 100%;
}

.naslov .reclogs > a {
    color: yellow;
    /* background-color: #66FFCC; */
}


.subtitle {
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 120%;
}

table {
    margin-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
