#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
font-size: .95em;
color: #29568f;
font-family: Tahoma,Arial,"Trebuchet MS",Verdana;
}

#wp-calendar td {
padding: 1px;
border : 1px solid #29568f;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
color: #29568f;
font-family: Tahoma,Arial,"Trebuchet MS",Verdana;
}

#wp-calendar th
{
font-weight: bold;
border-left: 1px solid #29568f;
border-right: 1px solid #29568f;
}

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

#wp-calendar td, #wp-calendar th
{
text-align: center;  
}

#wp-calendar tbody td a
{
text-decoration: underline;
background-color: #FDF7B4;
}

#wp-calendar caption
{
background-color: #eeeeee;
color: #29568f;
font-family: Tahoma,Arial,"Trebuchet MS",Verdana;
letter-spacing: 0.1em;
padding-bottom: 4px;
padding-top: 4px;
margin: 0;
font-weight: bold;
text-align: center;
font-size: 1.2em;
border: 1px solid #29568f;
}

#showit a {color: #eeeeee;} 


