/* CSS Document */
body {
font-family : Georgia, Serif; 
font-size : 12px; 
color : #161B23; 
margin : 0; 
border : 0;
padding: 0;
background-color : #232B38;
text-align : center;
cursor:default; 
} 

table, tr, td {
margin : auto;  
border : 0; 
} 


A:link {COLOR: #2F3A4B; text-decoration: none; font-weight:bold}
A:visited {COLOR: #2F3A4B; text-decoration: none;  font-weight:bold}
A:hover {COLOR: #232B38; text-decoration:underline; font-weight:bold}


#container {
width : 250px; 
margin : auto; 
text-align : center; 
margin-top : 0px;
float : center;
background-image:url(immagini/sfondo.gif)
} 

#header {
width : 250px;
margin : 0; 
margin-bottom : 0;} 

#main {
float : center; 
width : 250px; } 


#footer {
float : center; 
width : 250px; } 

#menu {margin : auto; 
float : center; 
width : 240px;  }




.text {
color : #161B23; 
font-size : 12px; 
font-weight : normal; 
margin-bottom : 20px; 
margin-top : 15px; 
padding-bottom : 2px; 
width : 100%;
text-align : justify;  
} 

.textstats {
color : #9A9EA4; 
font-size : 12px; 
font-weight : normal; 
margin-bottom : 20px; 
margin-top : 15px; 
padding-bottom : 2px; 
width : 100%;
text-align : center;  
} 

.title {
color : #6D7682;
border-bottom: solid 1px #6D7682;
font-size : 14px;
font-family : Georgia, Serif;
font-style:oblique;
font-weight : bold;
text-align : center;
margin-top : 0px;} 



