@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color:#090;
}

img {
	border:0;
}

.linea {
	border: 1px solid #fff;
}

a:link, a:visited {
	font-size:10px;
	color:#06C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

