/*default for page*/
* {
   font-family: arial,helvetica,sans-serif;
   font-size: 9px; 
   line-height: 10px;
}



body {
  background-color: white;
  width: 98%;
  margin-right: 1%;
}


table {
    background-color: white;
    width: 100%;    
    line-height: 16px; 
    border-collapse: collapse;
}	
td {
     border: 1px solid gray; padding: 1px; 
     width: 14%;
     vertical-align: top;
}


.date {
   font: bold 14px arial;
   color: blue;
   background: silver;
   padding-right:3px;
}

.month {
   font: bold 18px arial;
   color: white;
   background: navy;
   text-align: center;
}
       

a {font-size: 9px; color: navy; background: white; font-weight: bold; line-height: 14px;}
a:hover {color: green;}

a.months {font: bold 12px arial; background: #FFE0C1; padding: 0 3px; border: 1px solid navy; border-bottom: 0;}
a.months:hover {color: green;}
                                                                        

a.buttons {font: bold 12px verdana,arial; color: navy; background: silver; padding: 1px 6px; text-decoration: none; border: 1px solid gray;}             
a.buttons2 {font: normal 10px verdana,arial; color: navy; background: silver; padding: 1px 4px; text-decoration: none; border: 1px solid black;}
a.buttons:hover, a.buttons2:hover {color: green;}





                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  