@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}
.basso {
	background-color: #F00;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}
.centro {
	background-color: #F00;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	text-align:center
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #2a5083;
}
.alto {
	background-color: #F00;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
