.aqui{
	background-color : #ffc;
}

a{
	font-family: verdana;
	font-size: 11px;
}

a:link{
	color: #000;
}

a:visited{
	color: #000;
/*	text-decoration : line-through;*/
}

a:hover{
	color : #f00;
	text-decoration : none;
}