td, th {
    border-width: 1px;
    border-style: solid;
  }
  
  td {
    padding: 10px;
  }
  
  table {
    border-collapse: collapse;
  }
  
  #carlos {
    font-style: italic;
  }
  
  .age {
    background-color: yellow;
  }
  
  #carlos .age {
    font-weight: 900;
  }
  
  td.age {
    font-size: 150%;
  }