body {
	background: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #25B80C;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
A:link {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A:visited {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A:hover {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
A:active {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}
