html {
   margin-left: -1px;
   overflow-Y: scroll;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
   head~body *{ margin-left: -1px;}
}

BODY           {
               background-image: url(kuvat/webtausta.png);
               background-color:#FFFFFF;
               }



td.banneri      {
                border-top:#669966 1px outset;
                border-right:#669966 1px outset;
                border-left:#669966 1px outset;
                border-bottom:#669966 1px outset;
                }


td.sisalto      {
                font-family:arial,verdana,tahoma;
                font-size:10pt;
                padding-left:30px;
                padding-top:40px;
                background-color:#ffffff;
                border-right:#669966  1px outset;
                border-bottom:#669966  1px outset;
                background-image:url("kuvat/solutausta_50x50.png");
                background-repeat:repeat-x-y;
                }

td.ajankohta    {
                font-family:arial,verdana,tahoma;
                font-size:10pt;
                padding-left:30px;
                padding-top:40px;
                background-color:#ffffff;
                border-right:#669966  1px outset;
                border-bottom:#669966  1px outset;
                }

td.vasen        {
                border-left:#669966 1px outset;
                border-bottom:#669966 1px outset;
                background-image:url("kuvat/tausta1.gif");
                background-repeat:repeat-x-y;
                }


div.nav {
        margin: 1;
        font-size: 80% /*smaller*/;
        font-weight: bold;
        line-height: 2.1;
        text-align: center;
        <!--position: fixed;-->
        top: 11em;
        left: 20px;
        width: 141px;
        }


div.nav p {
           margin: 0;
           padding: 0.3em 0.4em;
           font-family: Arial, sans-serif;
           background: #669966;
           border: thin outset #669966;
           color: white;
           }


div.nav a, div.nav em       {
                            display: block; margin: 0 0.5em
                            }
div.nav a, div.nav em       {
                            border-top: 2px groove #669966
                            }
div.nav a:first-child       {
                            border-top: none
                            }
div.nav em                  {
                            color: #CFC
                            }

div.nav a:link              {
                            text-decoration: none; color: white
                            }
div.nav a:visited
                            {
                            text-decoration: none; color: #CCC
                            }
div.nav a:hover             {
                            background: #99CC99; color: white
                            }














