<style>
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fdfdfd;
    color: #333;
    padding: 20px;
  }

  h2 {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 40px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }

  th, td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }

  th {
    background-color: #f7f7f7;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  tr:nth-child(even) {
    background-color: #fafafa;
  }

  tr:hover {
    background-color: #f1f1f1;
    transition: background-color 0.2s ease-in-out;
  }

  .category {
    background-color: #e8f5e9;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }

  .emoji {
    font-size: 20px;
    margin-right: 5px;
  }
</style>

<style type="text/css">
<!--
.style1 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
