body {
    font-family: Arial, sans-serif;
}

.sisalto {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
    width: 100%;
}

td, th {
    border: 1px solid #9900ff;
    padding: 3px 5px;
}

th {
    text-align: left;
    background-color: #e3cdf1;
}

td {
    vertical-align: top;
}

table p, table ul {
    margin-top: 0;
    margin-bottom: 0;
}

caption {
    font-style: italic;
}
.harmaa {
    color: rgb(105, 105, 105);
}