/* CSS Document */
a{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}
a.uno{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
a.uno:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 13px;
	font-weight: bold;text-decoration: none;
}
