﻿@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #693202;;
  background: #261b09;
  background-attachment: fixed;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-style: normal;
  font-size: 12px
}

#content {
    text-align: center;
    margin: 15px auto;
    width: 940px;
    height: 600px;
}


h1 {
    font-size: 16px;
    color: #633105;
    font-weight: bolder;
}

h2 {
    font-size: 24px;
    text-align: center;
    color: #633105;
    font-weight: bold;
}

h3 {
    font-size: 27px;
    text-align: center;
    color: #633105;
    font-weight: bolder;
}

h4 {
    font-size: 34px;
    text-align: center;
    color: #633105;
    font-weight: normal;
}

table {
    color: #693202;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: bolder;
    text-decoration: none;
    width: 85%;
}

table tr.barna {
    background-color: #bcab75;
}
