body, td, th, tr, table, { color: #000000;
                          font-family: Verdana;
						  font-size: 11px;
						  cursor: crosshair;
						  text-decoration: none;
						  text-align: justify;
                          scrollbar-face-color: #FF00E4;
                          scrollbar-highlight-color: #FF00E4;
                          scrollbar-3dlight-color: #FF00E4;
                          scrollbar-darkshadow-color: #FF00E4;
                          scrollbar-shadow-color: #FF00E4;
                          scrollbar-arrow-color: #000000;
                          scrollbar-track-color: #FF00E4;
						  }
						  
a {                       color: #BB2234;
                          text-decoration: underline;
						  font-style: italic;
						  font-family: Georgia;
						  text-transform: lowercase;
						  cursor: s-resize;
						  font-size: 11px;
						  }
						  
a:hover {                       color: #BB2234;
                          text-decoration: none;
						  font-style: italic;
						  font-family: Georgia;
						  text-transform: lowercase;
						  cursor: s-resize;
						  border-bottom: 1px dashed #BB2234;
						  font-size: 11px;
						  }
						  
.foot                     { border-bottom: 1px dashed #BB2234;
                          }  
						  
.head                     { color: #FFFFFF;
                            font-family: Georgia;
							font-size: 10px;
							text-transform: uppercase;
							text-align: left;
							border: 1px solid #9D1626;
							background-color: #BB2234;
							font-weight: bold;
							}
							
body {                    background-image:  url(immagini/index_02.jpg);
                          background-color: #FFFFFF;
						  }
						  
input, textarea, select { background-color: #ffffff; 
                          font-family: Verdana;
                          font-size: 11px; 
						  color: #000000; 
						  border: 1px solid #BB2234;}
						  
font {                    font-size: 11px;
                          color: #BB2234;
						  font-family: Georgia;
						  text-transform: uppercase;
						  font-weight: bold;
						  }
						  
ul.list {                 type-list-shape: square;
						  list-style-type:square;
                          list-style-position: inside;
                          margin: 5px;
						  }
