body {
    font-family: "Delius Swash Caps", cursive;
}

.sisalto {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

table{
   border-collapse: collapse;
   margin-bottom: 1em;
   width: 100%;
}

td, th {
    border: 1px solid #666;
    padding: 2px 5px;

}

th {
    text-align: left;
    background-color: rgb(253, 205, 205);
}

td {
  vertical-align: top;
}

table p, table ul {
    margin-top: 0;
    margin-bottom: 0;
}

caption {
    font-style: italic;
}

.harmaa {
    color: #999;
}