body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

h2 {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-color: yellow;
}
.footer {
	background-color: #00FFFF;
	font-style: italic;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.update {
	text-align: right;
	font-size: small;
	font-style: italic;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}
.next {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	color: #00CC66;
}
