BODY 
{
FONT-FAMILY: Tahoma, Verdana, Arial;
FONT-SIZE: 9pt;
TEXT-DECORATION: none
}

A:visited { COLOR: black ; SIZE: 8pt ; TEXT-DECORATION: none}

A { COLOR: black ; SIZE: 8pt ; TEXT-DECORATION: none}

A:hover { COLOR: black ; SIZE: 8pt ; TEXT-DECORATION: none}

hr{color: #d34b4b}







.kalendarz {
margin: 0;
padding: 0;
font-size: 12px;
width: 100%;

}
.kalendarz caption {
margin: 0;
padding: .3em 0;
background: #FED442;
font-align: center;
}
.kalendarz th {
border-bottom: 0px solid #ccc;
font-weight: normal;
background: #fff;
text-align: center

}
.kalendarz td {
border: 1px solid #fff;
padding: .1em .3em ;
width: 1em;
text-align: center;
}
.kalendarz a {
color: #000;
text-decoration: none;
}

.kalendarz td.today {
background: #FED442;
}
.kalendarz td.selected {
border: 0px dotted #ff7800;
}
.kalendarz td.highlighted {
background: #fc9;
}

.kalendarz td:hover, .kalendarz td.today:hover,
.kalendarz td.selected:hover, .kalendarz td.highlighted:hover {
background: #FED442;
border: 0px solid #09f;
}

table.kalendarz td.pad {
color: #999;

}
table.kalendarz td.pad:hover {
background: none;
border: 0;
}

.sunday, .saturday {
background: #f0f0f0;
}

#year {
padding: 0;
width: 500px;
list-style: none;
}
#year:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#year li {
float: left;
padding: 0 .5em .5em 0;
height: 150px;
}
