a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}

.text {
	background-color: #ECFDF1;
	text-align: justify;
	width: 730px;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 18px;
	padding-left: 34px;
	border: 3px ridge #00CC00;
}
a.vv:link {
	color: #00FF99;
}
a.vv:visited {
	color: #00FF99;
}
.pict {
	float: right;
	margin-top: 7px;
	margin-left: 22px;
	border: 2px ridge #ecfdf1;
}
