        <style type="text/css">
	   		/* Format: edges of start and end date */
	   		.edges {
            	  border : 1px solid;
          		  border-color: #adaa9c #fff #fff #adaa9c;
          		  background-color: #fffbee;
       		}

       		/* Format: dates between start and end date */
       		.between {
          		background-color: #85c4ff;
       		}

       		/* Format: Disabled days */
     		.calendar tbody .disabled { text-decoration: none; color:#999}

         	/* Format link */
			.zap1 A:link    {font-size:30; color: white;}
			.zap1 A:visited {font-size:30; color: green;}
			.zap1 A:active  {font-size:30; color: white;}
			.zap1 A:hover   {font-size:30; color: white;}
      </style>
