a {
	font-family: Verdana, "MS Sans Serif";
	font-size: smaller;
	text-decoration: none;
	text-align: justify;
	color: Blue;
}

a:hover {
	color: Red;
	font-weight: bold;
}

h3 {
	font-family: Verdana, "MS Sans Serif";
	text-align: center;
	color: Blue;
}

body {
	background-color: #E0E8F0;
}

.menu {
	background-color: #ADD8E6;
}

.texto_chama {
	color: Navy;
	font-weight: bolder;
}

