* {
    font-family: sans-serif;
}

#title,
#title:link,
#title:hover,
#title:visited{
    text-decoration: none;
    color: #483D8B;
}

#splash {
    color: #228B22;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(odd) {
    background-color:  #9d95d0;
}
tr:nth-child(even) {
    background-color: #98e698;
}
th {
    background-color:  #372f6a;
    color: white;
}
