body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A85400;
	background-color: #FFFFFF;
}
.Cabecera {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #A85400;
}
a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #A85400;
}
a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
}
a:active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #a85400;
}

