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

 table { border: none; 
 margin: 0px 0px 0px 0px;
 }
a:hover{color:indigo ; background-color:lightskyblue; }
tr {border:none; }
   
td {border:none;}   

.calheader {border-top:transparent;
         border-right:transparent;
         border-bottom:solid;
         border-left:transparent;
         color:blue;
	 height: 1.5em;
	 text-align:center;
	 	 }

.celldayname {width:14%;
              color:blue;
	 	 }

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


.datecell0 {
	 color: black;
	 background: lightblue;
	 }
	 
.datecell1 {
	 color: black;
	 background: skyblue;
	 }

.cellweeknum {
	  color:steelblue;

             }


.weeknumcell0 {
	  color:steelblue;
          background: #CCbbFF;
}

.weeknumcell1 {
	  color:steelblue;
          background: #CCccFF;
              }




.cellholiday0 {
	 color:white;
	 background: teal;
	 }
	 
.cellholiday1 {
	       color: white;
               background: steelblue;}
		 
		 

