body {
	font-family: monospace;
	background-color: #B2C9F0;
	margin: 0px;
}

table.e1 {
	background-image: url(../site/1.gif);
	width: 100%;
	text-align: center;
	font-size: xx-large;
}
table.e2 {
	background-image: url(../site/2.gif);
	text-align: center;
	width: 100%;
}
table.et {
	border: 1px solid Black;
	width: 100%;
	text-align: center;
	background-image: url(../site/t.gif);
}
table.ew {
	border: 1px solid Black;
	background-image: url(../site/b.gif);
	width: 100%;
	text-align: center;
}

table.eiw {
	border: 1px solid Black;
	width: 100%;
	text-align: center;
	background-color: red;
}
table.eit {
	border: 1px solid Black;
	width: 100%;
	background-color: darkred;
	text-align: center;
}

table.ew2 {
	background-image: url(../site/b.gif);
	border: 0px Black;
	width: 100%;
	height: 100%;
}
table.testew1 {
	background-image: url(../site/w.gif);	
}

