/* CSS Document */
A:link, A:visited {
text-decoration: underline;
color: #0000ff;
}
A:hover {
color: #ff0000;
font-weight: bold;
}

p.enlaces {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: left;
	color: #000000;
}
