.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}




body {
	background-color: #3399FF;
}
