A:Link {
	text-decoration: none;
	color: #333333;
}
A:Visited {
color: #333333;
text-decoration: none;
}
A:Hover {
color: #3A9B11;
text-decoration: none;
}
A:Active {
color: #333333;
text-decoration: none;
}
#testa {
	position: absolute;
	height: 100px;
	width: 300px;
	left: -300px;
	top: 0px;
}

