.normal {
	font-family: "Trebuchet MS", Verdana;
	font-size: .9em;
	color: #333333;
	margin: 5px;
	line-height: 1.3em;
}
.titulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.3em;
	color: #333333;
	margin: 5px;
	font-weight: bold;
}
a:link {
	font-family: "Trebuchet MS", Verdana;
	font-size: .9em;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Verdana;
	font-size: .9em;
	font-weight: bold;
	color: #993300;
	text-decoration: line-through;
}
