
/*
  WARNING: Don`t edit this file.
  UPOZORNĚNÍ: Neupravujte tento soubor.
*/


body
{
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    color: #949494;
    background: #FFFFFF;
}

h1
{
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 100%;
    color:#1B163E;
    font-weight:bold;
    text-align: left;
}

h2
{
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 100%;
    color:#1B163E;
    font-weight:bold;
    text-align: left;
}

h3
{
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 100%;
    color:#1B163E;
    font-weight:bold;
    text-align: left;
}

h4
{
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 100%;
    color:#1B163E;
    font-weight:bold;
    text-align: left;
}

p
{
    margin: 0 0 12px 0;
    padding: 0;
    color: #929292;
    text-align: justify;
}

img
{
    margin: 0;
    border: none;
}

a
{
    color:  #B8BB4A;
    text-decoration: none;
}

a:hover
{
    color:  #B8BB4A;
    text-decoration: underline;
}

a:visited
{
    color:  #B8BB4A;
    text-decoration: none;
}

