body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #330099;
	font-weight: normal;

}
.notas {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	background-color: #FFFF00;
	list-style-position: inside;
	list-style-type: circle;
	background-position: center;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

