@import url(screen.css);

/* ###### Default tag ###### */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Tahoma, Helvetica, "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}
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;
}
