body { 
   background-color : #ffffff;
   background-image : url(http://i34.photobucket.com/albums/d105/roihu/etulinja/oksa.png);
   background-repeat : no-repeat;
}  

#vaaka {
   position : fixed;
   top : 0px;
   left : 0px;
   background-image : url(http://i34.photobucket.com/albums/d105/roihu/etulinja/oksa.png);
   background-repeat : no-repeat;
}

.otsikko {
   position : absolute;
   top : 0px;
   left : 700px; 
}

#tekstit {
   position : absolute;
   top : 20px;
   left : 30px;
   width : 610px;
   color : #000000;
   font-family : arial;
   font-size : 11px;
   text-align : justify;
   line-height : 1.6;
}

.h1 {
   font-family : Tahoma;
   font-size : 14px;
   color : #FB9E03;
   text-align : left;
   font-weight : bold; 
   border-bottom : 0px solid #000000;
   margin-left : 10px;
   margin-right : 10px;
}

.h2 {
   font-family : Arial;
   font-size : 16px;
   color : #FB9E03;
   text-align : left;
   font-weight : bold; 
   border-bottom : 1px solid #6d3d53;
   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 : #7E0153;
}

A:visited {
   text-decoration : none; 
   color : #7E0153;
}

A:hover {
   text-decoration : none; 
   color : #6d3d53;
}

A:active {
   text-decoration : none; 
   color : #6d3d53;
}