/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-08-10, 05:00:20
    Author     : jarek
*/

#glowny{
   margin : auto;
   border : 1px solid black;
   width: 450px;
   text-align: center;
}
a.flatlink:link{
    color:black;
}
a.flatlink:visited{
    text-decoration: line-through;
    color: gray;
}
a.flatlink:hover{
    border-left: 2px solid red;
    padding-left: 2px;
    border-right: 2px solid red;
    padding-right: 2px;
    color: cornflowerblue;
}
#niusy
{
    width: 450px;
    height: 250px;
    overflow: auto;
    background-color: #009999;
    text-align: center;
}