#wp-calendar
{
text-align: left;
width: 65px;
border-collapse: collapse;
padding: 0;
margin: auto;
font-size: 1em;
background-color: black;
}

ul li
{
text-align: left;
}

#wp-calendar caption, #wp-calendar caption a, #wp-calendar caption a:hover
{
background-color: black;
text-align: center;
font-weight: bold;
color: white;
font-size: 2em;
margin-bottom: 5px;
}

#wp-calendar th
{
font-weight: bold;
color: white;
background-color:#000000;
text-decoration: none;
}

#wp-calendar a
{
font-weight: bold;
display: block;
color: white;
}

#wp-calendar a:hover
{
text-decoration: underline;
display: block;
color: white;
}

#wp-calendar td, #wp-calendar th
{
text-align: center;  
background-color: black;
text-decoration: none;
color: #999;
}

#wp-calendar tbody td a
{
text-decoration: none;
background-color: black;
}

#wp-calendar tfoot, #wp-calendar tfoot a
{
text-decoration: none;
font-weight: bold;
background-color: black;
}

#wp-calendar tfoot a:hover
{
text-decoration: underline;
font-weight: bold;
background-color: black;
}

#wp-calendar caption
{
letter-spacing: 0.1em;
font-weight: bold;
text-align: left;
margin-left: 0px;
font-size: 1.2em;
background-color: black;
}


