BODY {
    background-image:url(raventausta.jpg);
    background-repeat:repeat-y;
    background-position:left;
    background-color:#FFFFFF;
    font-family: arial;
    font-size:12px;
    color:#FFFFFF;
}

#otsikko {
   position:absolute;
   background-image:url(ravenotsikko.jpg);
   background-repeat:no-repeat;
   width:790px;
   height:498px;
   left: 14px;
   top:0px;
   z-index:1;
}

#linkit {
   position:absolute;
   width:400px;
   top: 440px;
   left: 550px;
   z-index:2;
}

#tekstit {
   position:absolute;
   width: 670px;
   top: 480px;
   left: 100px;
   text-align:justify;
   z-index:2;
}

h2 {
   font-family: lucida sans;
   font-size:14px;
   color:#D22121;
   
}

A:link, A:active, A:visited {
   text-decoration:underline;
   color: #C9C9C9;
   font-family:lucida sans, arial;
}

A:hover {
   text-decoration:none;
   color: #D22121;
   font-family:lucida sans, arial;
}

#table {
   font-size: 12px;
}