h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
table {
	border: thin solid #FF0000;
	background-color: #FFFF66;

}

td {
	border-bottom: none;

}

th {
	border-bottom: thin solid red;
	color: white;
	background-color: red;

}
.odd {
	border-bottom: none;
	background-color: #CCCC33;
}
