body						{ margin: 0; }

table					{ width: 100%; padding: 0; margin: 0; border-collapse: collapse; }
td						{ width: 100%; padding: 20px; color: #ffffff; text-align: center; }

tr:nth-of-type(1) > td:nth-of-type(1)		{ background-color: #ff8855; }
tr:nth-of-type(2) > td:nth-of-type(1)		{ width: 50%; background-color: #008855; }
tr:nth-of-type(2) > td:nth-of-type(2)		{ width: 50%; background-color: #003388; }
tr:nth-of-type(3) > td:nth-of-type(1)		{ width: 30%; background-color: #000055; }
tr:nth-of-type(3) > td:nth-of-type(2)		{ width: 70%; background-color: #ff00ff; }
