/* enter-here.css */

/* ========== Styling for Enter page ========== */

#enter-here-statement {
	width: 411px;
	height: 195px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	text-align: center;
}
#enter-here-statement a {
	text-decoration: underline;
}
#row-1-cell-3,
#row-1-cell-4
{
	width: 220px;
	height: 220px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	text-align: center;
}
#row-1-cell-3 {
	background-color: #00ffff;  /* green-blue */
}
#row-1-cell-4 {
	border-right: solid black 1px;
	background-color: #ffcb99;  /* light brown */
}
#row-2-cell-1,
#row-2-cell-2,
#row-2-cell-3,
#row-2-cell-4
{
	width: 220px;
	height: 200px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	text-align: center;
}
#row-2-cell-1
{
	background-color: #cc99fe;  /* purple */
}
#row-2-cell-2 {
	background-color: #99cdff;  /* PAC blue */
}
#row-2-cell-3 {
	background-color: white;
}
#row-2-cell-4 {
	border-right: solid black 1px;
	background-color: #ff99cb;  /* light red */
}
