
.style1 {font-weight: bold;
          text-align: right;
          empty-cells: hide;
          color: blue;}
   .style2{font-size: 30px;
          font-weight: bold;
           
          }  
    .style3{font-size: 30px;
           }   
.style4{font-size:20px;
	     font-weight: bold;
}		   
         .rented{background-color:black;  
           color: white;
           }
     body{background-color:lightyellow;
     }   
     th {
        background-color:white;
        }
    td {color:blue;
    text-align: center;
    vertical-align:top;
    font-size: 15px;
    background-color:;
        
    }
    table {
    border-collapse: collapse;
    font-size: 20px;
    text-align: center ;
    align:center;
}
table(0){
    border: 3px solid black;
    
}
 .democlass {
     
    font-weight: bold;
    color: red;
    font-size: 15px;
    text-align: center ;
    
}

/*.newclass{
color: blue;
}*/