BODY {
 margin:0px auto;
 font-family: arial, helvetica, sans-serif; 
}

table.calendar {
 width:165px;
}

td {
 font-weight: bold;
}

th.prev, th.next {
 font-size: 12px;
 font-weight: normal;
 background-color:#818181;
}

th.now {
 background-color:#4F4F4F;
 vertical-align: middle;
 height:18px;
}
th.now a:link, th.now a:visited {
 font-size:14px;
 font-weight:bold;
 color:#FFF !important;
}

TH.day, TD.pday, TD.now, TD.nday {
 border-style: solid;
 border-color: white;
 border-width: 0px 1px 1px 0px;
 text-align:center;
 font-size: 14px !important;
}
TH.day a:link, TD.pday a:link, TD.now a:link, TD.nday a:link, TH.day a:visited, TD.pday a:visited, TD.now a:visited, TD.nday a:visited {

 font-size: 12px !important;
}
TH.day {
 background-color:#9B9B9B;
}

TD.pday {
 background-color:#DFDFDF;
}

TD.now {
 font-weight: bold;
 background-color:#545454;
}

TD.now a:link, TD.now a:visited {
 color: #F7985E;
 font-weight: bold;
}

TD.pday a:link, TD.pday a:visited {
 color: #A32900;
}
TD.nday a:link, TD.nday a:visited {
 color: #A32900;
}
TD.now a:hover, TD.nday a:hover, TD.pday a:hover {
 text-decoration:none;
}

TD.nday {
 background-color:#9B9B9B;
}

th.prev a:link, th.next a:link, th.prev a:visited, th.next a:visited {
  color: #FFF !important;
  text-decoration:none;
}

th.prev a:hover, th.next a:hover {
  color: blue;
}