body, td, th, tr, table { text-align: justify;
                          color: #042458;
                          font-family: Tahoma;
						  font-size: 11px;
						  text-decoration: none;
						  scrollbar-face-color: #FF00E4;
                          scrollbar-highlight-color: #FF00E4;
                          scrollbar-3dlight-color: #FF00E4;
                          scrollbar-darkshadow-color: #FF00E4;
                          scrollbar-shadow-color: #FF00E4;
                          scrollbar-arrow-color: #830404;
                          scrollbar-track-color: #FF00E4;
						  }
						  
h1 {                      color: #005FC1;
                          font-size: 10px;
						  font-family: Georgia;
                          text-transform: uppercase;
						  font-weight: bold;
						  background-color: #ffffff;
						  text-align: right;
						  border-bottom: #005FC1 1px solid;
						  }
						  
body {                    background-image:  url(immagini/index_03.jpg);
                          background-color: #ffffff;
						  }						  
						  
input, textarea, select { background-color: #FF00E4; 
                          font-family: Tahoma;
                          font-size: 11px; 
						  color: #042458; 
						  border: 1px solid #000000;
						  }
						  
a {                       color: #830404;
                          text-decoration: none;
						  cursor: crosshair;
						  }
						  
a:hover {                 color: #830404;
                          text-decoration: none;
						  cursor: crosshair;
                          left: 1px;
	                      top: 1px;
	                      right: 1px;
	                      bottom: 1px;
	                      position: relative;
	                      height: 0px;
						  }
