body { 
   background-color : #ffffff;
}  


#tekstit {
   position : relative;
   top : 20px;
   width : 700px;
   margin-left: auto;
   margin-right: auto;
   color : #000000;
   font-family : arial;
   font-size : 12px;
   text-align : justify;
   line-height : 1.6;

}

.h1 {
   font-family : Times New Roman;
   font-size : 16px;
   color : #724636;
   text-align : left;
   font-weight : bold; 
   border-bottom : 0px solid #000000;
   margin-left : 30px;
   margin-right : 10px;
}

.h2 {
   font-family : Times New Roman;
   font-size : 12px;
   color : #724636;
   text-align : left;
   font-weight : bold; 
   border-bottom : 0px solid #6d3d53;
   margin-left : 40px;
   margin-right : 10px;
}

.h3 {
   font-family : Times New Roman;
   font-size : 16px;
   color : #724636;
   text-align : left;
   font-weight : bold; 
   border-bottom : 0px solid #000000;
   margin-left : 260px;
   margin-right : 10px;
}

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

pre {
   color : #000000;
   margin : 20px;
   font-family : Tahoma;
   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 : 13px;
   text-decoration : none;
   text-align : justify;
}

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

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

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

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