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

 table { border: solid; 
    margin: 0px 0px 0px 0px;
     background-color: black;  
     border:thin;
     border-collapse:collapse;
     
}



tr {border:none; }
   
td {border:solid 1px black; }   

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

.celldayname {width:14%;
 background:gray;
              color:black;
	 	 }

.celltoday {color:white;
           background:inherit;
	   }


.datecell0 {
	 color: black;
	 background: #bbbbbb;
	 }
	 
.datecell1 {
	 color: black;
	 background: lightgrey;
	 }

.cellweeknum {
 background:gray;
	  color:black;

             }


.weeknumcell0 {
 background:gray;
	  color:black;
              }

.weeknumcell1 {
 background:gray;
	  color:black;
              }




.cellholiday0 {
	 color:black;
	 background: #d0d0d0;
	 }
	 
.cellholiday1 {
	       color: black;
               background: #eeeeee;}
		 
		 
		 
		 

