body {
       background:#ceffff;
       margin-left:10px;
       margin-right:10px;
       border: none;
       font-size:1em;
       }

 table { border: none; 
 margin: 0px 0px 0px 0px;
/* border-spacing:0px;*/
 padding:0px;
/* border-collapse: collapse;*/
 }

tr {border:none; }
   
td {border:none;
height:5em;
}   

a:hover{color:indigo ; background-color:lightskyblue; }

.calheader {
font-size:1.4em;
border-top:none;
         border-right:none;
         border-bottom:solid;
         border-left:none;
         color:blue;
	 height: 1.5em;
/*	 center; */
                }

.celldayname {width:14%;
              height:20px;
              color:blue;
	 	 }

.celltoday {color:red;
           background:inherit;
	   border:solid 1px blue;
	   }


.datecell0 {
	 color: black;
	 background:#7FefD6 ;
	 }
	 
.datecell1 {
	 color: black;
	 background: #AFEEEE;
	 }

.cellweeknum { 
             width:auto;
              height:20px;
	  color:#4682B4;
          background:inherit;
             }


.weeknumcell0 {
             width:auto;
	  color:#4682B4;
}

.weeknumcell1 {
             width:auto;
	  color:#4682B4;
              }




.cellholiday0 {
	 color:#4B0082;
	 background: #AFEEff; 
	 	 }
	 
.cellholiday1 {
	       color: #4B0082;
               background: #8CEFEF;}
		 
		 
		 

