
.lewa
{

text-align: right;
}
.naglowek
{
font-size: 18px;
font-weight: bold;
text-align: center;
}
#prawa
{
font-size: 14px;
text-align: justify;
margin-left: 9px;
margin-right: 25px;
margin-top: 20px;

}
#tabela
{
font-size: 14px;
text-align: center;
margin-top: 20px;


}
BODY {
	font-family:  Verdana, Arial ;
	color: black;
    background: black;
	border-color:#FF0000;
}


A:link {
       color : #000000;
       text-decoration : none; 
       font-weight: bold
       }

A:visited {
          color : #000000;
          text-decoration : none;
          font-weight: bold
          }

A:active {
         color : #990000; 
         font-weight: bold
         }

A:hover {
        color : #000099; 
         font-weight : bold; 
        }



