@charset "UTF-8";
a:link {
	color: #b68b40;
	text-decoration: none;
}
a:visited {
	color: #b68b40;
	text-decoration: none;
}
a:hover {
	color: #b68b40;
	text-decoration: none;
}.testiblu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #b68b40;
	text-decoration: none;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/fondo.gif);
}

.testigrigio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

