
img{
  border:0;
}

body 
{

}

div.tableheader
{
	color: red;
	background-color: green;

}

div.cell
{

	border: solid 1px black;
	width: 140px;
	height: 200px;
	float: left;
	text-align:center;


}

div.cellright
{
	clear:left;
}