#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 0 0 10px 0;
margin: 0;
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
}

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

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

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
font-size: 12px;
font-family:Georgia, "Times New Roman", Times, serif;

}

#wp-calendar td, #wp-calendar th
{
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;  
height:25px;
}

#wp-calendar tbody td a
{
text-decoration: none;
background-color: #ccc;
height:15px;
padding:5px 0px 5px 0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}
#wp-calendar tbody td a:hover
{
background-color: #04ABE1;
color:#FFFFFF

}


#wp-calendar caption
{
letter-spacing: 0.1em;
padding: 3px;
font-weight: normal;
text-align: left;
font-size: 1.2em;
color:#000000;
background-color: #999999;
}

