@media all {
	table {
		border: none;
		width: 650px;
	}
	img {
		border: none;
	}
	td {
		vertical-align: top;
		padding: 5px;
	}
	td#imgSupport {
		width: 300px;
		padding: 0px;
	}
	table#support {
		border: solid 2px black;
		border-collapse: collapse;
		background-color: #a1ad8d; /* rgb(161, 173, 141) */
	}
	
	td#imgServices {
		width: 300px;
		padding: 0px;
	}
	table#services {
		border: solid 2px black;
		border-collapse: collapse;
		background-color: #91d9ee; /* rgb(145, 217, 238) */
	}
	
	td#imgAboutus {
		width: 300px;
		padding: 0px;
	}
	table#aboutus {
		border: solid 2px black;
		border-collapse: collapse;
		background-color: #825c1f; /* rgb(130, 92, 31) */
	}
}