body {
	font-family: "Book Antiqua";
	font-size: x-small;
	background-color: #fffff0;
	width: 900px;
}

a:link {
	font-family: "Book Antiqua";
	color: #FF0000;
	text-decoration: underline;
	text-decoration: bold;
}

a:visited {
	font-family: "Book Antiqua";
	font-weight: normal;
	color: #FF0000;
	text-decoration: bold;
}

a:hover {
	font-family: "Book Antiqua";
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	text-decoration: bold;
}

a:active {
	font-family: "Book Antiqua";
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
	text-decoration: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #FF0000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
}

p {
	font-family: "Book Antiqua";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #fffff0;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #FF0000;

}
hr {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;

}
table {
	background-color: #fffff0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}

