body {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #663300;
	background-color: #FF9900;
	word-spacing: 0.05em;
	letter-spacing: 0.05em;


}
a:link {
	color: #663300;
}
a:visited {
	color: #996633;
}
a:hover {
	color: #FFFFFF;
	background-color: #663300;

}

.bglight {
	background-color: #996633;
}
.bgdark {
	background-color: #663300;
}
.bgwhite {
	background-color: #FFE2AE;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	text-transform: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	text-transform: capitalize;
}

