html {
   scrollbar-face-color: #9ABC81;
   scrollbar-highlight-color: #9ABC81;
   scrollbar-shadow-color: #004600;
   scrollbar-3dlight-color: #004600;
   scrollbar-arrow-color: #004600;
   scrollbar-track-color: #9ABC81;
   scrollbar-darkshadow-color: #9ABC81;
}
body {
    background-color: #f0f5ba;
    margin: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10px;
   overflow: auto;
   overflow-y: auto;
   overflow-X: auto;
}
a:link {
        color: #004600;
        text-decoration: none;
}
a:active {
   color: #004600;
        text-decoration: underline;
}
a:visited {
   color: #004600;
        text-decoration: none;
}
a:hover {
   color: #004600;
        text-decoration: underline;
}
h1 {
        font-size: 20px;
        font-family: Trebuchet MS;
        font-weight: normal;
}
h3 {
        text-align: center;
        font-size: 16px;
        font-family: Trebuchet MS;
        font-weight: bold;
}
td{
    color: #000000;
    font-size: 10px;
}
hr {
        height: 1px;
        color: #000000;
}

