@charset "UTF-8";
/* Chiara Romagnoli */

/* Basic */


*
img
{
border:none;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

   
body {
	font-family: Helvetica, Lucida Sans Unicode, Arial, Verdana, sans;
	font-size: 10pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(pictures/bg_tile.jpg);
}


h1,h2,h3	{
	font: "helvetica light";
	color: #FFFFFF;
	font-size: 4em;
	font-weight:normal;
	padding-top:0px;
	padding-bottom: 0px;
	margin:0;
	font-style: normal;
}

p			{
	font-size: 1.1em;
	color:#FFFFFF;
	line-height:17px;
	}


