body {
    background-color: white;
    color: black;
}
table.aikataulu {
	border-style: groove;
	border-spacing: 1em 0.2ex;
     text-align: left;
	background-color: #ffffa0;

}
td.date {
    text-align: center;
    vertical-align: top;
    width: 5em;
}
p.motto {
    text-align: center;
    font-size: larger;
    font-weight: bold;
    color: navy;
    background-color: lime;
}
p.image {
    text-align: center;
}
