body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../bmp/bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.piccolo {
	font-size: 11px;
	color: #333333;
}

.grande {
	font-size: 14px;
	font-weight:bold;
	color: #AEFF00;
}


a {
  color: #FFFFFF;
   text-decoration: none;
}

a:link {
  color: #FFFFFF;
   text-decoration: none;
}

a:hover{
 color: #0000FF;
 text-decoration: none;
}



