.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}
.pequeno {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
.subtitulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

