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

.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333;
}
.gris {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
}
a:link {
	color: #936;
}
a:visited {
	color: #906;
}
a:hover {
	color: #C39;
}
a:active {
	color: #909;
}
body,td,th {
	color: #FFF;
}

