body
{
    background-color: #eeeeee;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3) inset;
}

h1
{
    color: #3498DB;
}

.agenda table tr:nth-child(even)
{
    background-color: #ebfbff;
}


