body { 
   background-color : #ffffff;
}  

.otsikko {
   position : fixed;
   top : 0px;
   left : 20px; 
}

.tausta {
   position : absolute;
   top : 610px;
   left : 450px; 
}

#tekstit {
   position : absolute;
   top : 20px;
   left : 310px;
   width : 520px;
   color : #000000;
   font-family : arial;
   font-size : 11px;
   text-align : justify;
   line-height : 1.6;
}

.h1 {
   font-family : Tahoma;
   font-size : 14px;
   color : #4B632E;
   text-align : left;
   font-weight : bold; 
   border-bottom : 0px solid #000000;
   margin-left : 30px;
   margin-right : 10px;
}

.h2 {
   font-family : Arial;
   font-size : 16px;
   color : #4B632E;
   text-align : left;
   font-weight : bold; 
   border-bottom : 1px solid #6d3d53;
   margin-left : 10px;
   margin-right : 10px;
}

.h3 {
   font-family : Tahoma;
   font-size : 12px;
   color : #4B632E;
   text-align : left;
   font-weight : bold; 
   border-bottom : 0px solid #000000;
   margin-left : 10px;
   margin-right : 10px;
}

.taulukko {
   font-family : Arial;
   color : #000000;
   font-size : 12px;
   text-align : justify;
   line-height : 1.6;
}

#linkit {
   position : absolute;
   top : 325px;
   left : 550px;
   width : 400px;
   color : #FFFFFF;
   font-family : Arial;
   font-size : 13px;
   text-decoration : none;
   text-align : justify;
}

A:link {
   text-decoration : none; 
   color : #623362;
}

A:visited {
   text-decoration : none; 
   color : #623362;
}

A:hover {
   text-decoration : underline; 
   color : #BB4495;
}

A:active {
   text-decoration : underline; 
   color : #BB4495;
}