/* CSS Document */
body {
	background-color: #061725;
	color: white;
	font-family: "Merriweather Sans", Arial;
	font-size: 14px;
	margin: 0px;
	text-align: center;
}
.centrato {
	text-align: center;
}
a:link, a:visited {
color:white;	
}
a:hover, a:active {
color:yellow;	
}
