@charset "utf-8";
.scratch_cells {
	color: #003333;
	text-align: left;
	padding: 5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #003333;
}
.scratch_cells_bottom {
	text-align: left;
	padding: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #003333;
	color: #003333;
}
#scratch_container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 10px;
}
h1 {
	color: #003333;
	background-image: url(images/heading_cell_bg.jpg);
	text-align: center;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #003333;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #003333;
	padding-bottom: 4px;
}
