body {
        background-color: #f0f0f0;
        padding: 0;
        margin: 0;
        padding-bottom: 20px; 
	background-image: url(tausta.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
p,td {
        font-family: Verdana,Arial,sans-serif;
        font-size: 18px;
}
table {
        border-collapse: collapse;
}
td {
        padding: 0px;
        margin: 0px;
}
td.box {
        border-left: 2px solid white;
        border-top: 2px solid white;
        border-right: 2px solid #a0a0a0;
        border-bottom: 2px solid #a0a0a0;
        background-color: white;
}
.small {
        font-size: 12px;
}
td.time {
        font-size: 12px;
        padding-right: 5px;
        text-align: right;
}
table.dj td {
        text-align: center;
}
.ots {
        width: 600px;
        text-align: center;
        font-size: 24px;
}

a,a:visited,a:link { color: black; text-decoration: none }
a:hover,a:active { color: red }


