

body{
    background-color: #FFFEFE;
}

table {
    border-collapse: collapse;
  }


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

th {
    background-color: #4CAF50;
    color: white;
}

tr:hover {background-color: #f5f5f5;}
tr:nth-child(even) {background-color: #f2f2f2;}

a {
    color: #4CAF50;
  }