A:LINK
{
font-size: 12pt;
text-decoration: none;
color: gold;
}

A:VISITED
{
font-size: 12pt;
text-decoration: none;
color: khaki;
}

A:HOVER
{
font-size: 12pt;
text-decoration: underline;
color: aqua;
}

A:ACTIVE
{
font-size: 12pt;
text-decoration: none;
color: darkgreen;
}

p
{
text-align: center;
}

P.lewy
{
text-align: left;
}

P.justuj
{
text-align: justify;
}

UL
{
list-style-type: square;
list-style-position: inside;
}

#zielony
{
color: #006600;
}

DIV
{
position: absolute; left: 170px;
width: 600px;
}

SELECT
{
background-color: #006600;
font-weight: bold;
border-color: gold;
color: gold;

BODY
{
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: #006600;
scrollbar-3dlight-color: 006600;
scrollbar-arrow-color: #006600;
scrollbar-track-color: white;
scrollbar-darkshadow-color: #006600
}