@charset "UTF-8";
body {
	background-image: url(images/bg_image.png);
	background-repeat: repeat-y;
	background-color: #8FC53E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: 231f20;
}
a {
	color: #ED393F;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -.4em;
	margin-left: 0px;
}
.linknoborder {
	border: 0px;
}
