@import url(http://www.esiservizi.com/css/screen.css);

/* ###### Default tag ###### */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
	background-color: #D5D4D9;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* #########################
	tipografia
######################### */
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
p {
	font-size: 0.8em;
}
address {
	font-size: 0.8em;
	font-style: normal;
}
