div#tab1{
    height: 200px;
	color: white;
    background-color: #D6007D;
	text-align: left;
    padding: 5px;
	}
div#tab2{
    height: 200px;
	text-align: left;
	color: white;
  background-color: #F3008C;
    padding: 5px;
	}
div#tab3{
    height: 200px;
	text-align: left;
	color: white;
    background-color: #FF52B7;
    padding: 5px;
	}
table#start{
  width: 100%;
}
td#start{
  width: 33%;
}
