body {
	padding: 0;
	margin: 0;
	background: #DEF3DA;
	color: #2F4F4F;
	font: normal 14px Georgia;
}
.tcontent{
	padding: 30px;
}
.tcontent h2{
	
}
.tcontent a{
	color: Green;
	text-decoration: none;
}
.tcontent a:hover{
	color: #004000;
	text-decoration: underline;	
}
.tcontent ul li{
	line-height: 20px;
}

.copy a{
	font: normal 9px Georgia;
	color: Green;
	text-decoration: underline;
}
.copy a:hover{
	color: #004000;
	text-decoration: none;
}