body {
    background-color: green;
    margin: 0;
    padding: 0;
}


p {
    color: blue;
    
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    top: 0;
}

ul li {
    float: left;
}

ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 20px;
    color: white;
}

ul li a:hover {
    background-color: grey;
}



.main {
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
    padding-bottom: 40px;
}

/* Table styles */


th.Event {
    width: 23%; 
    height: 18px;
}

th.Date {
    width: 17%; 
    height: 18px;
}

th.Location {
    width: 27.6228%; 
    height: 18px;
}

th.Moreinfo {
    width: 21.3772%; 
    height: 18px;
}


td.Event {
    width: 23%; 
    height: 40px;
}

td.Date {
    width: 17%; 
    height: 40px;
}

td.Location {
    width: 27.6228%; 
    height: 40px;
}

td.Moreinfo {
    width: 21.3772%; 
    height: 40px;
}




tr {
    height: 40px;
    background-color: white;
}

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

thead th {
    background-color: #169b62;
    color: white;
}