.evenrowclass
{
	background-color: white;
}

.oddrowclass
{
	background-color: red;
}

th
{
	font-family: Verdana;
	font-weight: bold;
	font-size:   18pt;
	padding: 10px;
	margin: 2px;
	text-align: center;
}

td
{
	border: 1px solid black;
	font-family: Verdana;
	font-weight: normal;
	font-size:   14pt;
	padding: 10px;
	margin: 2px;
	text-align: center;
}

tr
{
	border: 1px solid black;
	margin: 2px;
}

table
{
	border: 5px solid black;
	table-layout: auto;
	empty-cells: show;
}
