/* ESTILOS DE ESTRUTURA */

body {
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	background-color: #71c837;	
}

/* ESTILOS DE FORMATAÇÃO */

.principal {
	margin-top: 40px;
	text-align: center;
}

a {
	color: #0099CC;
}

a:hover {
	background-color: #efefef;
}
