#wp-calendar
{
text-align: center;
width: 98%;
border-collapse: collapse;
padding: 0;
margin: 0;
font-size: 1em;
}

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

#wp-calendar th
{
font-weight: bold;
background:#1322EF;

}

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

#wp-calendar td, #wp-calendar th
{
text-align: center; 
}
#wp-calendar th
{
text-align: center; 
font-size: 1em;
text-transform: uppercase; 
}


#wp-calendar tbody td a
{
display: block;
background-color: #CCFFFF;
color:#1322ff;

}

#wp-calendar caption
{
letter-spacing: 0.1em;
padding: 0.2em 1em 0.2em 0em;
font-weight: bolb;
text-align: center;
font-size: 1.6em;
text-transform: uppercase;
}
#today{
color:red;
font-size: 1.9em;
background:#CCFFFF;
}
