body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #007a2a;
	font-family: Tahoma;
	font-size: 12px;
	color: #e3dbc7;
}
.txt-small {
	padding: 25px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
