
body                    {
                         margin: 0 auto;
                         text-align: center;
                         vertical-align:middle;
                         background-color: #eaeaef; 
												 background-image: url(immagini/bg2.jpg);
                         font-family: 'Lucida bright', monospace;
                         font-size: 12px;
												 color: #000000;
                        }
                        
h1                      {
                         font-family: Papyrus, monospace;
                         margin: 4px;
                        }
								
h2                      {
                         font-family: Papyrus, monospace;
												 font-size: 12px;
                         margin: 2px;
                        }
												
h3                      {
                         font-family: Papyrus, monospace;
                         margin: 1px;
                        }
                        
a                       {
                         color: #000000;
                        }
												
a:hover                 {
                         color: #A0A000;
                        }
                        
table                   {
                         text-align:center;
                         margin: 0 auto;
                        }

.maindiv			          {
							           position: absolute;
  						           width: 880px;
							           height: 680px;
							           top: 50%;
							           left: 50%;
							           margin-top: -340px;
							           margin-left: -440px;
							           margin-right: auto;
							           margin-bottom: auto;
							           background-image: url(francobollo.png);
							           background-repeat: no-repeat;
							           background-position: center center;
                         text-align:center;
                         vertical-align:middle;
							          }
                        
.bodytable              {
                         height: 400px;
                         width: 780px;
                         font-size: 12px;
                        }
                        
.maintable			        {
							           width: 780px;
							           height: 560px;
                         text-align: center;
                         margin-top: 50px;
							          }
												
.subtable			        {
							           width: 780px;
							           height: 20px;
                         margin-top: -5px;
												 padding: 0px;
												 font-size: 10px;
												 color: #727292;
							          }
                        
.forminput              {
                         font-size: 12px;
                        }
                        