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

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

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

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

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

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

#wp-calendar caption
{ 
/*
letter-spacing: 0.1em;
padding: 0.2em 1em 0.2em 0em;
font-weight: normal;
text-align: left;
font-size: 1.2em;
*/
  text-align: right;
  font-weight: normal;
  font-family: Georgia,"Times New Roman",Times,serif;
  line-height: 130%;
  font-size: 16pt;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 0px;
  :padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #546a85;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
  text-transform: lowercase;

}

