@charset "UTF-8";
/* CSS Document */

body {
	background-color: #B2E1A9;
	color: #004F00;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	background-color: #FFCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin-right: auto;
	margin-left: auto;
}
#tulips, #sunflowers {
	text-align: center;
}
h3 {
	text-align: center;
}
div {
	text-align: center;
}
td {
	width: 50%;
	vertical-align: top;
}
