body
  {
    background: url(../img/bg-gray.png) no-repeat center 100px #E8E2CB;
    font-family: Garamond, "Times New Roman", serif;
    text-align: center
  }
  
  
h2
  {

    font-size:32px;
    margin: 36px 0 12px 0;
    text-align: center;
    color:#2A8338;
  }  
  
h3
  {

    font-size:24px;
    margin: 36px 0 12px 0;
    text-align: center;
    color:#2A8338;
    font-weight: bold;
  }    
  
strong
  {font-weight: bold}  
  
/* TOMBOLA */
#table_tombola
  {
width:200px;
margin: 0 auto 70px auto
  }


#table_tombola th, #table_tombola td
  {
    padding: 2px
  }

#table_tombola th
  {
    font-weight: bold;
    text-align: left
  }  
  
em
  {
    color:maroon;
    font-style: italic
  }  
  
/* GALERIE */
.thumb img
  {
    border:4px solid #B9B4A1;
  }  