body{Background-color: yellow;
	font-family: fixedsys, "VT-100", monospace, arial;
	font-size: 12 px;
	color: black;
	}

table {
	background-color: black;
}

.imagebox {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 5px 10px 5px;
	text-align: center;
	vertical-align: middle;
}

.whiteCells {
	background-color: #ffffff;
	}
.textbox {
	background-color: red;
	border: 1px solid #ffffff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	vertical-align:  top;
}
h1 {	font-size: 20px;
	font-family: system;
	color: black;
	padding: 3px 20px 1px 10px;
	line-height: 20px;
	margin: 0px;
	font-weight: normal;	
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 20px;
	margin: 0px;
	padding: 3px 10px 3px 9px;
	text-transform: uppercase;
}

p {	margin: 30px;
	padding: 0px 7px 0px 7px;
	line-height: 18px;	
}

div#frame {
		background-color: red;
		border: solid black 5px;
		text-align: center;
		width: 920px;
		margin:auto;
		padding-top: 10px;
}
