body {
	font-family: Verdana, Geneva, sans-serif;
	color: #5A2946;
}
p {
	color: #5A2946;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: bolder;
}
.DarkType {
	color: #5A2946;
	font-family: Verdana, Geneva, sans-serif;
}
.LightType {
	color: #B2A59F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.BgdWhite {
	background-color: #FFFFFF;
}
.BgdLight {
	background-color: #B2A59F;
	text-align: center;
}
.BgdDark {
	background-color: #592946;
}
A:link {
	text-decoration: none;
	color: #5A2946;
}
A:visited  {
	text-decoration: none;
	}
A:active  {
	text-decoration: none;
	color: #FFFFFF;
}
A:hover  {
	text-decoration: underline;
	background-color: #592946;
	color: #B2A59F;
}
.white {
	color: #FFF;
}
.HLite {
	background-color: #FF0;
}
