body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dbd8ff;
   max-width: 900px;
    margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5PX;
}

table{
    border-collapse: collapse;
    width: 100%;
    
}

tr:nth-child(odd) {
    background-color: rgba(203, 163, 236, 0.5);
}

td, th {
    padding: 0.2em 0.4em;
}

th{
    text-align: left;
    border-bottom: 5px solid rgba(93, 0, 136, 0.5);
}



a:link {
  text-decoration: none;
  color: #533874;
}
a:visited {
  color: #3c3283;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: #78B6F0;
}



