/* Style Sheet */

body
{
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url("items/bground.jpg");
    background-repeat: no-repeat;
}
a:link, a:visited
{
    color: black;
    text-decoration: none;
    border:0;
}
a:hover
{
    color: gray;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: red;
}

a:link.Arr, a:visited.Arr
{
    color: red;
    text-decoration: none;
    border:0;
}
a:hover.Arr
{
    color: blue;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: red;
}

a:link.Abt, a:visited.Abt
{
    color: white;
    text-decoration: none;
    border:0;
}
a:hover.Abt
{
    color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: red;
}

.Menu
{
    background-color:#D3FFD3;
    filter:alpha(opacity=90);
    width:200px;
    height:620px;
}

.box
{
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    height: 40px;
    width: 200px;
    background-color: white; 
    filter:alpha(opacity=90);
    border: 0;
    visibility: hidden;
}

.title
{
    background-color:white;
    color: black;
    font-size:32pt;
    filter:dropshadow(color=darkgreen, offx=2, offy=2, positive=1);
    filter:alpha(opacity=85);
}

.title2
{
    background-color:white;
    color: black;
    font-size:20pt;
    font-weight: bold;
    filter:dropshadow(color=darkgreen, offx=2, offy=2, positive=1);
    filter:alpha(opacity=85);
}

.small
{
    font-family:Times New Roman;
    font-size:9pt;
    color:white;
    background-color:#033703;
}

.cell
{
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.BigDiv
{
    background-color: yellow;
    //background-image: url(images/bg.jpg);
    //background-repeat: no-repeat;
    //background-attachment: fixed;
    width: 810px;
    height: 704px;
    overflow-y: scroll;
    scrollbar-base-color: #046204;
    padding: 0px;
}