.body {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #FFFbd6;
	text-decoration: none;
}
.heading1 {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFbd6;
	text-decoration: none;
}
a:link {
font-family: courier;
color: #FFFbd6;
text-decoration: underline;
}
a:visited {
font-family: courier;
color: #FFFFFF;
text-decoration: underline;
}
a:hover {
font-family: courier;
text-decoration: none;
color: #FFFbd6;
background-color: #660000;
}
.p {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #FFFbd6;
	text-decoration: none;
}