@charset "iso-8859-1";
A:link
{ text-decoration: none; color:#404040}

A:visited
{ text-decoration: none; color:#404040}

A:active
{ }

A:hover
{ text-decoration: underline; 
	color:#404040;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	background-color: white;
	background-image: url(../img/sfondo_pag2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0; 		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 12px; 
	color: #000000; 
	border-style:none;	
	border-color:red;		
}

