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

a:link {color:blue; text-decoration:none;}
a:visited {color:blue; text-decoration:none;}
a:active {color:blue; text-decoration:none;}
a:hover {color:red;  background-color:#0099ff; }

 table { border: none; 
 margin: 0px 0px 0px 0px;
 }

tr {border:none; }
   
td {border:none;}   

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

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

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


.datecell0 {
	 color: blue;
	 background: beige;
	 }
	 
.datecell1 {
	 color: #CD5C5C;
	 background: pink;
	 }

.cellweeknum {
	  color:steelblue;

             }


.weeknumcell0 {
	  color:steelblue;
              }

.weeknumcell1 {
	  color:steelblue;
              }




.cellholiday0 {
	 color:red;
	 background: #E6E6FA;
	 }
	 
.cellholiday1 {
	       color: pink;
               background: #FFF0F5;}
		 
		 
		 
		 

