table {
	   margin-left:3%;
	   margin-right:1%;
	   font-size:25px;
}
th {
   background-color:#FF5733;
   color: #fff;
   text-align: center;
   width:0%;
   height:10px;
   border:2px solid #4A235A;
   padding-right:1%;
   }
td {
   background-color:#F9E1C7  ;
   color: #black;
   border:2px solid #FF5733;
   text-align: center;
   width: 1%;
   padding-bottom:1%;
   padding-right:1%;
   }
.td {
   background-color:White  ;
   color: #4A235A;
   border:1px solid #FF5733;
   text-align: left;
   width: 0%;
   }
.left{
	text-align:left;
	font-size:20px;
	width:6%;
}
.left1{
	text-align:left;
	font-size:25px;
	width:6%;
}
.right{
	text-align:right;
}
.total{
	text-align:right;
	color:red;
	text-decoration:underline;
	font-size:23px
}