@charset "UTF-8";
/* CSS Document */

a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color: #265301;
}

a:visited {
  color: #437A16;
}

a:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

a:hover {
  border-bottom: 1px solid;     
  background: #CDFEAA;
}

a:active {
  background: #265301;
  color: #CDFEAA;
}
.estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
