.tblboda {/*The table with the border*/
    border-width: 1px;
    border-style: solid;
    border-color: #blue;
	width: 975px;
    padding: 1%;
   
    }


.tablecell { /*some styling for the tablecell*/ 
    border: 2px ridge #7e3517;
    padding: 4px;
    height: 250px;
	margin-right: 4px;
    }