body {
	font-family: "Times New Roman", Times, serif;
	background-color: #ffffcc;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
}

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

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

h1 {
	font-size: 20px;
	font-weight: bold;
	color:#F00;
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #C33;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #903;
}

A:visited {
	color: #00F;
	text-decoration: none;
}

A {
	color: #00F;
	text-decoration: none;
}
A:hover {
	color: #F00;
	text-decoration: none;
}

