/* simple.css */
body {
	background-color: #ffffff;
	color: #0e6b09;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
a {
	color: #4bb845;
	text-decoration: none;
}
a:hover {
	color: #16935d;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.left {
	text-align: left;
}
