﻿body
{
    width: 970px;
    margin: auto;
    font-family: verdana;
    font-size: 14px;
}

a
{
    text-decoration: none;
}
a:active
{
    color: #000000;
}
a:hover
{
    color: #000000;
}
a:link
{
    color: #000000;
}
a:visited
{
    color: #000000;
}
a.podkreslenie
{
    text-decoration: underline;
    color: red;
}

div
{
    float: left;
     width:100%
}
div.header
{
    background-color: #FFCC99;
    margin-top: 20px;
    font-family: Arial;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.footer
{
    text-align: center;
    margin-top: 50px;
    font-size: 10px;
}