body
{
   margin: 0 auto;
   padding: 0;
   width: 880px;
   border: 1px solid #727272;
   background-color: #fff;
   color: #333;
   font-size: 14px;
   font-family: Verdana, sans-serif;
   font-weight: normal;
}

#wyrownanie_do_srodka
{
   text-align: center;
}

h1
{
   margin: 0;
   padding-top: 10px;
   width: 880px;
   height: 30px;
   background-color: #727272;
   color: #fff;
   font-size: 1.1em;
}

h2
{
   margin: 0;
   padding: 5px 0 0 0;
   width: 880px;
   height: 20px;
   background-color: #f1f1f1;
   color: #000;
   text-align: left;
   font-size: 0.95em;
}

h3
{
   margin: 0;
   padding: 7px 0 0 0;
   width: 880px;
   height: 18px;
   background-color: #fafafa;
   color: #666;
   text-align: left;
   font-size: 0.8em;
   font-weight: normal;
}

/*tabela w pliku index.php*/
table
{
   margin-top: 2px;
   font-size: 0.95em;
   font-weight: normal;
}

.td_kolor_glowna_nagl
{
   width: 293px;
   height: 25px;
   background-color: #727272;
   color: #fff;
   text-align: left;
   font-size: 0.85em;
   font-weight: bold;
}

.td_kolor_glowna
{
   width: 293px;
   height: 25px;
   background-color: #f1f1f1;
   color: #333;
   text-align: left;
   font-size: 0.85em;
   font-weight: normal;
}

/*tabela w pliku insert.pxp*/
.td_kolor_insert_nagl
{
   width: 170px;
   height: 25px;
   background-color: #727272;
   color: #fff;
   text-align: left;
   font-size: 0.95em;
   font-weight: bold;
}

.td_kolor_insert_kol1
{
   width: 170px;
   background-color: #f1f1f1;
   color: #333;
   text-align: left;
   font-size: 1em;
   font-weight: normal;
}

.td_kolor_insert_kol2
{
   width: auto;
   text-align: left;
}

input
{
   background-color: #fff;
   color: #000;
   font-size: 1.1em;
}

#przycisk
{
   width: 130px;
   padding: 4px;
   background-color: #727272;
   color: #fff;
   font-size: 1em;
   font-weight: bold;
}

#tabelka_z_wynikami
{
   color: #333;
   background-color: #fff;
   text-align: center;
   font-size: 0.85em;
}

a, a:link, a:visited
{
   margin: 3px 0;
   background-color: transparent;
   color: #333;
   font-size: 0.95em;
   font-weight: bold;
   text-decoration: none;
}

a:hover
{
   margin: 3px 0;
   background-color: transparent;
   color: #f60;
   font-size: 0.95em;
   text-decoration: underline;
}