body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
.txt_titol {
	font-size: 11px;
	color: #80BB01;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}
a:link {
	text-decoration: none;
	color: #80BB01;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #FFFFFF;
	background-color: #80BB01;
}
a:active {
	text-decoration: none;
}

