/* CSS Document */

.obrazek:hover {
border: solid 2px #ff8000;
}
.obrazek:visited {
border: opx;
}


.tytul {
font-family: arial;
font-size: 18px;
color: #000000;
font-weight: bold;
}

.opis {
font-family: arial;
font-size: 14px;
color: #000000;
}

.email {
font-family: arial;
font-size: 14px;
color: #000000;
font-weight: bold;
text-decoration: none;
}
.email:hover {
color: #000000;
text-decoration: underline;
}
.email:visited {
color: #000000;
}