#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
background: transparent;
}

#wp-calendar th
{
font-weight: bold;
}

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
}

#wp-calendar td, #wp-calendar th
{
text-align: center;  
border:1px #000 solid;
padding:5px;
}

#wp-calendar tbody td a
{
text-decoration: none;
color:#09F;
}

#wp-calendar caption
{
font-weight: bold;
text-align: left;
}

#wp-calendar-caption
{
margin:0 0 10px 0;
}