body {
  width: 98%;
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-size: 12px;
    color: black;
    background-color: #ffffff }
.top {
    position: absolute;
    top: 2px;
    left: 270px; }
.content {
    position: absolute;
    top: 180px;
    left: 270px; }
  ul.navigate {
  list-style-type: none;
  background-image: url(../imgs/wood.gif);
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    position: fixed;
    top: 2px;
    left: 2px;
    width: 225px;
    height: 100%; }
  ul.navigate li {
    background-color: transparent;
    padding: 5px;
    margin: 0px;
    }
  ul.navigate a {
    text-decoration: none;
    }
ul.navigate a:hover {
    text-decoration: underline;
    }
  a:link {
    color: white }
  a:visited {
    color: white }
p.address {
    position: absolute;
    color: black;
    top: 775px;
    left: 400px;
    font-size: 10px;
    margin-top: 1px;
    padding-top: 1px; }
.windowscss{
position: fixed;
visibility: hidden;
border-bottom-width: 0px;
padding: 0px;
margin: 0px;
font:normal 12px Verdana,sans-serif;
line-height: 18px;
z-index: 100;
background-color: transparent;
width: 150px;
}

.windowscss a{
width: 150px;
display: block;
text-indent: 3px;
padding: 0px;
margin: 0px;
text-decoration: none;
font-weight: normal;
}

.windowscss a:hover{ /*hover background color*/
background-color: transparent;
color: white;
}
