@charset "utf-8";
/* CSS Document */

body {
	background-color: #CDE0E4;
}
.destaque_azul {
	font-family: Arial, Helvetica, sans-serif;
	color: #017DBB;
}
a {
	font-size: 14px;
	text-decoration: none;
	color: #008781;
	font-weight: normal;
}
#conteudo {
	border: thin solid #008781;
	padding: 15px;
	text-align: center;
}
#conteudo a:hover {
	color: #017DBB;
	font-weight: bold;
}
