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

* {
  padding:0px;
  border:0px;
  margin:0px;
}

a:link {
	color: transparent;
}
a:visited {
	color: transparent;
}
a:hover {
	color: transparent;
}
a:active {
	color: transparent;
}

img {
border:0px;
}

body {
	background-image:url(immagini/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#554131;
	text-align:center;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#032a5c;
	font-weight:normal;
}

h1 A:LINK {
	color:#FFF;
	text-decoration:none;
}

h1 A:VISITED {
	color:#FFF;
	text-decoration:none;
}

h1 A:HOVER {
	color:#FFF;
	text-decoration:underline;
}
