html, body, h1, h2
 {
 padding:0;
  margin:0;
  font-family:Geneva, Arial, Helvetica, sans-serif;
}
body {
background:url(images/back.jpg) fixed;
}
h1{
	font-size:small;
	color: #FFFFFF;
}
h2{ color:#FF0000; font-size: small;}
/*body {
scrollbar-3dlight-color: #00CCFF; 
scrollbar-arrow-color: #00CCFF;
scrollbar-base-color: black; 
scrollbar-darkshadow-color: #1B84D1; 
scrollbar-face-color: black; 
scrollbar-highlight-color: #00CCFF; 
scrollbar-shadow-color: #1B84D1;
scrollbar-track-color: black; 
}*/

#contenitore
{
	width:80%;
	margin:0 auto;
	text-align:center;
	background:#000000;
	border:#0099FF solid 1px;
 }
 #head{
	text-align:center;
	font-size: small;
	color:#00FF66;
	font-weight: bold;
	background: url(images/animeflashrevolutionindex.gif) no-repeat;
	background-position:50% 0%;
	padding-top:90px;
 }
 .avvisi{
	color:#FFFF00;
	font-size:small;
	font-weight: bold;
 }
 .content{
	width:100%;
	text-align:center;
	font-size:small;
	color:#FFFFFF;
 } 
 .content a{
	color:#FF6600;
	font-size: x-large;
	text-decoration:underline;
	font-weight: bold;
 
 }
 .content a:hover{
	color:#FFFF00;
 }
  .banner
  {
	width:90%;
	text-align:center;
	margin:0 auto;
	padding:5px;
  }
  .banner a{
	color:#00FF99;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
  }
  .banner a:hover{
	color:#FFFFFF;
  }
  #foot{
  color:#FFFFFF;
  font-size:x-small;
  }
  #foot a{
	color:#FF9900;
}
  
