BODY 
{
background-image : url(../pliki/wzor.gif); 
background-color : FFFFE0;
text-align: justify;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 5em;
margin-right: 5em;
}

h1
{
text-align: center;
font-style: italic;
font-weight: bold;
}

h2
{
font-weight: bold;
text-decoration: underline;
}

A:link 
{
color:blue;
}

A:visited 
{
color:green;
}

A:hover 
{
background:blue;
color:red;
}


