BODY {
   background-image:url(fgfgf2.PNG);
   background-color: #F5F5F5;
   background-repeat: repeat-y;
   background-position:left;
   font-family: arial;
   width: 200;
   font-size: 12px;
   color: #FFFFFF;
}

#tekstit {
   position:absolute;
   width: 190;
   height: 100%;
   top: 70px;
   left: 160px;
   background-color: #ffffff;
   z-index: 1;
   font-family: arial;
   font-size: 12px;
   color: #000000;
   cursor: default;
   padding: 3px;
}

#sivu {
   position:absolute;
   width: 40;
   height: 100%;
   top: 75px;
   left: 10px;
   z-index: 1;
   font-family: verdana;
   font-size: 12px;
   color: #000000;
   cursor: default;
   padding: 3px;
}

#otsikko {
   top: 0px;
   left: 0px;
   z-index: 1;
   position: absolute;
   width: 100px;
   height: 100px;
}
A:link, A:visited {
   text-decoration:underlined;
   color: #9daf67;
}
A:hover, A:active {
   text-decoration: none;
   color: #F48F01;

}
h1 {
   border-bottom: 1px solid #9daf67; 
   padding-left: 30px;
   color: #FFAC05;
   text-align: left; 
   width: 90%;
   font-size: 16px; 
   font-style: italic;
   font-family: arial; 
}

#jou {

   background-color: #E8F0DD;
   font-size:12px;
   border:2px solid #000000;
   padding: 2px;
}

.li {
list-style-type:circle;
}