BODY {
    background-color: #171717;
    background-image:url(nainpa.jpg);
    background-repeat: repeat-y;
    background-position:left;
    font-family: arial;
    font-size: 11px;
    color: #9BE519;
}

#yo {

   background-color: #171717;
   font-size:12px;
   border:2px solid #ffffff;
   padding: 2px;
   width: 100%;
}


#teksti {
    position:absolute;
    width: 540px;
    left: 70px;
    top:22px;
    z-index:2;
}


A:link, A:active, A:visited {
    text-decoration:underline;
    color: #DFE9D0;
    cursor:default;
}

A:hover {
    text-decoration:none;
    color: #BCFE42;
    cursor: default;
}

#otsikko {
    position:absolute;
    top: 2px;
    left: 170px;
    width:540px;
    font-family: sans, sans serif;
    font-size:22px;
    z-index:2;
}

#table {
   font-size: 11px;
}

h1 {
    font-size: 11px;
    font-family: arial;
    color: #9BE519;
    border-bottom:1px dashed #9BE519 width: 50%;
}


h2 {
    font-size: 11px;
    font-family: arial;
    color: #9BE519;
    border-bottom:1px solid #ffffff;
    padding-left: 20px;

}

td {
    font-family: arial;
    font-size: 11px;
    color: #9BE519;
}