.borda {
	border: 1px solid #FF6600;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A3346;
}
.bullets {
	list-style-type: circle;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #2A3346;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
