.stopka a {
        color: gray;
        font-size: 10px;
}

.stopka {
        color: gray;
        font-size: 10px;
}


.tytul {
       
       color: #104880;
       font-size: 18px;
       font-weight: bold;
}

.tekst {
        color: #696969;
        font-size: 12px;
        text-align: justify;
        
}

.link_table{
        color: #696969;
        font-size: 12px;
        text-decoration: none;
        text-align:left;
}

a:link {
	color: #696969;
	text-decoration:none;
}

a:visited {
	color: #696969;
	text-decoration:none;
}

a:active {
	background-color: #696969;
	text-decoration:none;
}

a:hover {
	color: #696969;
	text-decoration: underline;
	
}

.kom {
     padding-left:20px;
     padding-right:20px;
     padding-top:20px;
     text-align:left;
     vertical-align:top;
}










