.table {
  border:2px solid #528cba;
  font-size: 12px;
  background-color: #528cba;
  color: #efefef;
  width:200px;
}
td {
  background-color: #eeeeee;
  text-align: center;
  padding:3px;
}
/* Current date */
.table .curr { background-color: #aaccee; color: #4e799b;}

.table .curr a{ color: #4e799b;}

/* Weekend  */
.table .weekend { background-color: #a6bce3;}

/* Cell link */
.table td {text-decoration: none; color: #4e799b;}
/*.table td.linked a { text-decoration: underline; color:#0a5485; font-weight:bold; }*/

.table td a {text-decoration: underline; color:#0a5485; font-weight:bold;}

/* Cell link hover */
.table td:hover {background-color: #aaccee;}

/* Name of the selected month (at the top) */
.monthName {margin: 2px; text-align: center; font-size: 12px;}

/* Next-Prev arrows */
.monthName a {color: #111; text-decoration:none; font-size: 14px;}
.next {float:right;}
.prev {float:left;}

pre {background-color: #eeeeee; font-size:12px;}
