/* CSS Document */
body {
font-family : Georgia, Serif; 
font-size : 12px; 
color : #2d1e07; 
margin : 0; 
border : 0;
padding: 0;
background-color : #324a2e;
text-align : justify;
cursor:default; 
} 

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


A:link {COLOR: #b3e57c; text-decoration: none; font-weight:bold}
A:visited {COLOR: #b3e57c; text-decoration: none;  font-weight:bold}
A:hover {COLOR: #b3e57c; text-decoration: line-through; font-weight:bold}


#container {
width : 700px; 
margin : auto; 
text-align : center; 
margin-top : 0px;
float : center;
background-color:#536b39;
border: thin solid #6d8045;
 
} 

#header {
width : 700px;} 

#main {
float : center; 
width : 700px; 
padding-bottom : 0px;
} 

#body {margin : auto; 
float : center; 
width : 500px; 
padding-bottom : 8px;
margin-top: 35px;
}

#footer
{
clear : both; 
margin : auto; 
padding: 0;
border: 0;
}

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

.title {
color : #273c0f; 
font-size : 16px;
font-variant:small-caps;
font-family : Georgia, Serif; 
font-weight : bold;
text-align : center;
background-image:url(titolo.gif);
border: thin solid #273c0f;   
margin-top : 0px;} 



