body, p, div, br {          /* Wszystkie teksty - czarne na bia3ym, pomniejszone literki */
    font-family: verdena, arial;
    color: white;
    font-size: 11pt;

}

i {
	font-family: verdena, arial;
	color: black;
	background: white;
	font-size: 10pt;

}

td {                    /* To samo dla tabel, ale bez definicji koloru t3a */
    font-family: verdena, arial;
    color: white;
    font-size: 10pt;

}

a, a:link {
    font-family: verdena, arial;
    color: white;
    text-decoration: none;
    font-weight: normal;
}

a:visited {
    font-family: verdena, arial;
    color: white;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    font-family: verdena, arial;
    color: #d0d0d0;
    text-decoration: none;
    font-weight: normal;
}

a:active {
    font-family: verdena, arial;
    color: white;
    text-decoration: none;
    font-weight: normal;
}








