
A:link {text-decoration:none;color:#9BA15E; cursor:default;}
A:visited {text-decoration:none;color:#9BA15E; cursor:default;}
A:active {text-decoration:none;color:#9BA15E; cursor:default;}
A:hover{text-decoration:underline;color:#C2C59C; cursor:default;
}

BODY {
scrollbar-face-color:#747355;
scrollbar-highlight-color:#747355;
scrollbar-3dlight-color:#747355;
scrollbar-darkshadow-color:#747355;
scrollbar-shadow-color:#747355;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#838360;

background-image:url("index.jpg");
background-repeat:no-repeat;
background-position:50px 50px;
background-color:#957560;

font-family: Arial, Tahoma, Verdana, Trebuchet MS;
color: #000000;
font-size:8pt;

cursor:default;
}

.tekstidiv {position:absolute; top:135; left:85; width:204;height:178;overflow: scroll;}
.valikko {position:absolute; top:346; left:86;}

INPUT { 
    background-color: #838360; 
    border-width: 1px; 
    border-color: #000000; 
    border-style: dashed; 
    font-family: arial, tahoma, verdana, trebuchet ms; 
    color: #000000; 
    font-size: 8pt; 
    font-weight: normal;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#5F7C9F;
color:#0C5080;
width:100px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px dotted #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}