BODY, TD {
    background-color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    color: #000000;
}


#linkkiset {
   position:absolute;
   width:200px;
   height:106px;
   top: 10px;
   left:0px;
   z-index:1;

}


#etusivu {
   background-color: #2D89AC;
   color: #80C4DD;
}

#ponit {
   background-color: #34A0C9;
   color: #80C4DD;
}

#kilpailut {
  background-color: #80C4DD;
  color: #34A0C9;
}

#jalostus {
   background-color: #55B0D2;
   color: #A5D5E7;
}

#muuta {
   background-color: #A5D5E7;
   color: #34A0C9;
}

#teksti {
   position:absolute;
   width:600px;
   top: 70px;
   right: 70px;
   z-index:1;
}

.link A:link, A:visited, A:active {
   text-decoration:none;
   color: #CEE9F2;
}

.link A:hover {
   text-decoration:none;
   color: #FFFFFF;
}


A:link, A:visited, A:active {
   text-decoration:underline;
   color: #80C4DD;
}

A:hover {
   text-decoration:none;
   color: #34A0C9;
}


#pikkudiv {
   width: 500px;
   height: 200px;
   overflow: auto;
}