body {
    background:url(taustakokeilu.jpg) repeat fixed #eee;
    font-family:Arial, 'Arial Narrow', Sans-Serif;
}
A:link {color:#000; text-decoration: none}
A:visited {text-decoration: none; color: #AFEB35;}
A:active {text-decoration: none}
A:hover {text-decoration:underline; color: #9DBC5E;}

div#koko {
    width:700px;
    margin:0 auto;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-top:0px solid #ccc;
    border-bottom:0px solid #ccc;
    background:#f8f8f8;
}
h1 {
    margin:0;
    padding:10px;
}
div#otsikko {
    height:101px;
    border-bottom:0px solid #ccc;
    background:url(otsikkotausta2b.jpg);
    background-repeat:no-repeat;
    text-align:right;
    vertical-align:baseline;
    padding-right:5px;
}
div#linkit {
    height:409px;
    width:143px;
    float:left; /* vaihda tähän float:left;, mikäli haluat menun vasemmalle. */
    margin-left:0px;
}
.linkit {
    margin-top:100px;
    margin-bottom:5px;
    padding:5px;
}
div#sisalto {
    margin-right:0px; /* vaihda tähän margin-left:163px;, mikäli haluat menun vasemmalle. */
    background:#ffffff;
    border-right:0px solid #ccc;
}

table#tiedot {
    background:#DAF6A2;
    font-size:12px;
    border:2px solid #EBCC33;
    border-collapse:collapse;
    width:100%;
}

div#paatos {
    clear:both;
    height:78px;
    text-align:center;
    background:url(ala.jpg);
    background-repeat:no-repeat;
    border-top:0px solid #ccc;
}
p {
    margin:0;
    padding:.5em;
    font-size:.86em;
    text-align:justify;
}
ul {
    margin:0;
    padding:0;
    list-style:none;
}

