.link {
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: none;
	clip:    rect(   );
	list-style-type: circle;
}
.link2 {
	color: #FF0000;
	text-decoration: underline;
}
.link3 {
	text-decoration: none;
	color: #FF0000;

}
.campos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #34555E;
}