@charset "utf-8";
body {
	background-color: #00984A;
	background-attachment: scroll;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #569851;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #569851;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #569851;
}
.to-right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-family: "Courier New", Courier, monospace;

}


.to-left {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #20416E;
}

