
A       {
        text-decoration:none;
        }
A:hover {
        text-decoration:underline;
        }
.tablefullwidth   {
        width: 99%;
width: expression( document.body.clientWidth < 891 ? "890px" : "99%" );
min-width: 890px;
        }
.calendartable {
	 width: 99%;
width: expression( document.body.clientWidth <1081 ? "1080px" : "99%" );
min-width: 1080px;
	}    
		    