html, body {
  background-color: #000000;
	background-image:url(../graficos/textura.gif);
  text-decoration: none;
	font-family:Small fonts, Arial, Helvetica, sans-serif;
	font-size:9px;
  margin:  0;
  padding: 0;
  border:  0;
}
a:link{
	text-decoration: none;
	color: #124972;
}
a:visited{
	text-decoration: none;
	color: #124972;
}
a:hover{
	text-decoration: underline;
	color: #124972;
}
