table
{
width: 800px;
}

tr.pierwszy
{
height: 120px;
background-color: #bcab7b;
background-image: url(baner.gif);
}

tr.drugi
{
height: 660px;
}

tr.trzeci
{
height: 20px;

}


td.piaty
{
width: 200px;
background-color: #ccb26a;
font-family: "Comic Sans MS";
font-weight: bolder;
font-size: 17px;
}

td.szosty
{
width: 600px;
background-color: #F2FFBF;
font-family: "Arial";
font-size: 15px;
color: #472c23;
}


p
{
text-align: justify;
font-family: "Comic Sans MS";
font-weight: bolder;
font-size: 14px;
color: #472c23;
}

p.stopka
{
text-align: center;
}

ul.lista
{
list-style-type: disc;
}




a
{
text-decoration: none;

}

a:link
{
color: #a0522d;

}

a:visited
{
color: #a0522d;
}

a:hover
{
background-color: #F2FFBF;
color: #472c23;
font-style: italic;
}


a:active
{
color: #a0522d;
}
