body {
	background-color: #FFFFFF;
}
div {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: auto;
	height: 700px;
	width: 1000px;
}
table {
	margin: auto;
}
td {
	width: 190px;
	border: thin none #FF0000;
	height: 190px;
}
p {
	color: #FFFFFF;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #00cf53;
}
