body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #503924;
	background-color: #8DB5E0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/palmBack.jpg);
	background-repeat: no-repeat;
  	background-attachment: fixed
	
}


.SmallTextBox {
	font-size: xx-small;
	color: #503924;
	background-color: #6B8323;
	border: 1px solid #503924;
}

a:link {
	color: #2D2015;
}
a:visited {
	color: #2D2015;
}
a:hover {
	color: #D92220;
	text-decoration: none;
}
a:active {
	color: #FFD65A;
}
hr {
	color: #586B1D;
}
