body { 
   background-color : #FDFDFD;
}  

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


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

.h1 {
   font-family : georgia;
   font-size : 13px;
   color : #623362;
   text-align : left;
   font-weight : bold; 
   border-bottom : 0px solid #000000;
   margin-left : 30px;
   margin-right : 10px;
}

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

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;
}