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

html, body { height: 100%; margin: 0; padding: 0; }
* { margin:0px auto; padding:0; }
img{ border:0;}

a:link {color:#000; text-decoration:none;;}      /* unvisited link */
a:visited {color:#000; text-decoration:none;}  /* visited link */
a:hover {color:#999; text-decoration:none;}  /* mouse over link */
a:active {color:#999; text-decoration:none;}  /* selected link */

a.red:link {color:#cc0000; text-decoration:none;;}      /* unvisited link */
a.red:visited {color:#cc0000; text-decoration:none;}  /* visited link */
a.red:hover {color:#999; text-decoration:none;}  /* mouse over link */
a.red:active {color:#cc0000; text-decoration:none;}  /* selected link */

.email{
	font-size:16px;
}
.corsivo{ font-style:italic;}
