
body {
    font-family: 'Questrial', sans-serif;
    color : #4d4d4d;
    font-size : 10px;
    font-weight : 500;
    text-decoration : none;

 }


h1 {
    color : #3a3a3a;
    font-size : 24px;
    font-weight : 400;
    text-align : right;
    text-transform : uppercase;
    text-decoration : none;
  }


h2 {
    color : #3a3a3a;
    font-size : 24px;
    font-weight : 400;
    text-align : center;
    text-transform : uppercase;
    text-decoration : none;
  }
 
h3 {
    color : #3a3a3a;
    font-size : 20px;
    font-weight : 400;
    text-transform : uppercase;
    text-decoration : none;
  }
  
a.head {
    color : #3a3a3a;
    font-size : 13px;
    font-weight : 500;
    text-decoration : none;
    text-transform : uppercase;
  
  }
a.head:hover {
    color : #a20002;
  }
  

  
a {
    color : #4d4d4d;
    font-size : 13px;
    font-weight : 500;
    text-decoration : none;
  }
  
a:hover {
    color : #a20002;
  }

a.foot {
    color : #4d4d4d;
    font-weight : 500;
    text-decoration : none;
  }


a.foot:hover {
    color : #a20002;
  }




th {
       color : #4d4d4d;
    font-size : 13px;
    font-weight : 800;
    text-align : left;
    text-decoration : none; 
}

td {
    font-size : 13px;
        text-align : justify;

}
td.griglia1 {
    font-size : 13px;
        text-align : left;

}

td.foot  {
        text-align : center;

}

td.griglia {
            text-align : center;

    
}


img.bordato {
      padding: 1px;
      border: 1px solid #4d4d4d;
}
















