table.sample {
	border-width: 3px;
	border-spacing: 2px;
	border-style: outset;
	border-color: blue;
	border-collapse: separate;
	text-align:center;
	margin-left:20px;
    background-color: #FFFFDD;
}

table.sample td {
	height:80px;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: red;
	horizontal-align:middle;
	vertical-align:middle;
}

.cell1{
 width:200px;

}

.cell2{
 width:250px;
}

.cell3{
 width:500px;
 }