body {
       background:white;
       margin-left:10px;
       margin-right:10px;
       border:0px solid black;
       font-size:1em;
       }

table { border: 1px solid gray;   
 margin: 0px 0px 0px 0px;
 padding:0px;
 }

tr {border:1px solid black; }



   
td {
border-right: 1px solid black;
border-bottom: 1px solid black;
}   

	 
.calheader {border-top-style:none;
         border-right-style:none;
         border-bottom-style:solid;
         border-left-style:none;
	 height: 1.5em;
	 	 }

.celldayname {width:14%;
         height:1em;
         color:black;
	 	 }

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


.datecell0 {background:aliceblue;
           	 color: black;
	 }
	 
.datecell1 {
	 color: black;
 	background:azure;
	 }

.cellweeknum {
width:auto;
          height:1em;
	  color:steelblue;
	  width:auto;

             }


.weeknumcell0 {
width:auto;
	  color:steelblue;
	  width:auto;
}

.weeknumcell1 {
	  width:auto;
	  color:steelblue;
}

.cellholiday0 {
         color:red;
	 background: white;
	 }
	 
.cellholiday1 {
	       color: red;
	       background: white;}
		 
		 
		 


