@charset "utf-8";
/* CSS Document */
table.tabstyle {
	table-layout : fixed;
	width : 450px;
	height: 250px;
	border:groove;
	background-color: #CCE8B9;
}

table.tabstyle td {
	height : 50%;
	background: #CCE8B9;
	vertical-align:top;
	text-align: center;
}

table.tabstyle p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
