BODY {
   background-color:#263048;
   font-family:tahoma;
   font-size:12px;
   color: #ABA9C2;
   letter-spacing:2px;
   line-height:1.5;
}

A:link, A:active, A:visited {
   text-decoration:underline;
   color:#BA8DC2;
   cursor:default;
}
A:hover {
   text-decoration:none;
   color: #87C25C;
   cursor:default;
}

#otsikko {
   position:absolute;
   background-image:url(lasi_otsikko.jpg);
   background-repeat:no-repeat;
   top:10px;
   left:100px;
   width:677px;
   height:420px;
   z-index:1;
}

#linkit {
   position:absolute;
   top: 150px;
   left: 650px;
   width:200px;
   letter-spacing:3px;
   line-height:1.7;
   z-index:2;
}

#teksti {
   position:absolute;
   width:650px;
   left: 450px;
   top: 310px;
   text-align:justify;
   z-index:3;
}

.lol {
     text-indent:3em;
}
   
