

.domanda {
    padding-left:20px;
    font-size : 10px;
    font-weight : bold;
  }


.risposta {
    font-size : 10px;
  }


.errore {
    font-size : 10px;
    color:#FFDD00;
  }


.corretto {
    font-size : 10px;
    color:green;
  }


.dataColumn {
    margin-left:5px;
    height : 523px;
    position:relative;
    overflow : hidden;
    width : 310px;


  }

/*input {
 width:100%;
}
select {
 width:100%;
}*/
.titolo {
    color : #1A9501;
    font-size : 14px;
    padding:10px;
    margin-top:0px;
    font-weight : bold;
  }


.anagrafica {
    font-size:10px;
  }

#links {
    position:relative;
    margin-left:370px;
    margin-top:-340px;
    margin-right:260px;
  }


.container {
    background-image : url('../grafica/fondo_volpe.jpg');
    background-position : bottom right;
    background-repeat : no-repeat;
    background-color: #005399;
    height : 612px;
    margin-left : auto;
    margin-right : auto;
    width : 850px;
  }


.header {
    background-image : url('../grafica/fascia_alta_logo.gif');
    background-position : center center;
    background-repeat : no-repeat;
    border-bottom-color : #ffffff;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    height : 84px;
    width : 846px;
    margin-left:2px;
  }


body {
    font-family : Verdana, 'sans-serif';
    font-size : 10px;
    margin:0px;
    color:white;
  }


input {
    vertical-align : middle;
  }


a {
    color:#FFDD00;
  }


a:visited {
    color:#FFDD00;
  }


a:hover {
    color : #FFEA00;
    text-decoration : none;
  }

