html {
    cursor: url(https://www.iltelaiodipenelope.it/accessori/cursori/images/angel.gif), url(https://www.iltelaiodipenelope.it/accessori/cursori/angel.cur), default;
  }

  .flex-container {
    display: flex;
    flex-direction: row;
    }
.flex-container2 {
display: flex;
flex-direction: column;
}

  a:link {
    color: #5A3D2B;
    text-decoration: none;
    font-weight: bold;
  }

a:visited {
    color: #5A3D2B;
    text-decoration: none;
    font-weight: bold;
  }
  
a:hover {
    color: #BFA58A;
    text-decoration: none;
    bottom: -1px;
    position: relative;
    cursor: crosshair;
    font-weight: bold;
 }

a:active {
    color: #EFE7DC;
    text-decoration: none;
    font-weight: bold;
}


color {
    color: #2E7D6A;
    font-weight: bold;
}
 

th {font-size: 11px; background-color: black; color: white; text-align: left; width: 500px; padding: 2px; font-family: tahoma;}
td {text-align: left; font-size: 10px; width: 500px;}


::selection {
color: black;
background-color: #f9c2a9;
} 

.icon {
    width: 100px;
    height: 100px;
    margin-right: 5px;
    border: 1px solid black;
    float: left;
  }