/* wygląd linku w boksie */
.bokslink { COLOR: #3f3fa5; text-decoration: underline;}

/* wygląd boksa (komórka tabeli) */
.boks {
background: #CCCCFF;
border-top:1px solid #8000D0;
border-bottom:1px solid #8000D0;
}

.litery {
text-decoration:none;

color:#101010;
font:normal 11px Arial;
}

.litery2 {
text-decoration:underline;font:normal 12px Arial

}


.litery2l {
text-decoration:underline;
font:normal 12px Courier New;
color:#3f3fa5;
}