﻿body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 10px;
    color: black;
    background-color: #fedbb5;
    background-image: url(images/image_05.gif);
    background-repeat: repeat-y;
    scrollbar-face-color: #fedbb5;
    scrollbar-highlight-color: #fbba40;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #fedbb5;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #fedbb5;
}
.divmenu1
{
    left: 10px;
    color: black;
    font-family: Verdana;
    position: absolute;
    top: 2px;
    font-size: 10px;
    width: 130px;
}
.divmenu2
{
    left: 640px;
    color: black;
    font-family: Verdana;
    position: absolute;
    top: 2px;
    font-size: 10px;
    width: 130px;
}
.divframe
{
    left: 150px;
    font-family: Verdana;
    position: absolute;
    top: 400px;
}
.header
{
    font-weight: bold;
    font-size: 11px;
    color: black;
    font-family: Verdana;
    background-color: #ffff99;
    margin-bottom: 5px;
    text-align: center;
}
a
{
    margin-left: 5px;
    line-height: 15px;
}
a:link
{
    text-decoration= none;
    cursor: crosshair;
    color: #000000;
}
a:visited
{
    text-decoration: none; 
    cursor: crosshair; 
    color: #000000; 
}
a:active
{
    text-decoration: underline;
    cursor: crosshair;
    color: #000000;
}
a:hover 
{
    text-decoration: overline; 
    font-weight: bold; 
    color:#FFFFFF;
    background-color: #ccff66;
}
