body { 
   background-color : #ffffff;
   background-repeat : repeat-y;
}  

#tekstit {
   position : absolute;
   top : 150px;
   width : 100%;
   color : #000000;
   font-family : arial;
   font-size : 11px;
   text-align : justify;
   line-height : 1.6;
}

#linkit {
   position : absolute;
   top : 325px;
   left : 550px;
   width : 400px;
   color : #ffffff;
   font-family : Arial;
   font-size : 11px;
   text-decoration : none;
   text-align : justify;
}

A:link {
   text-decoration : none; 
   color : #6d3d53;
}

A:visited {
   text-decoration : none; 
   color : #6d3d53;
}

A:hover {
   text-decoration : none; 
   color : #6d3d53;
}

A:active {
   text-decoration : none; 
   color : #6d3d53;
}