body { /*background-color:#256B37;*/
       background-color:#947A57;
       background-image:url(adobe/HG2.jpg);
       background-repeat:no-repeat;
       background-position:top;
       font-family:sans-serif;
       font-size:12px;
}
.nav {
 font-size:14px;
}

table { border-collapse: collapse;
        border-spacing: 0px;
        border-style: none;
        border-width: 0px;
        padding: 0px;
        margin:0px;

}

table table { /*background-color:#f2ce9d;*/
                background-color:#e2be8d;
}

input, textarea {
border-style:solid;
border-width:1px;
border-color:black;
background-color:#947A57;
/*color:white;*/
}

.news {
 vertical-align:top;
 border-top:2px inset #f2ce9d;
 border-width:thin;
 width:630px;
}
.top {
 background-color:#EFC892;
}
.news.h4 {
	font-size:large;
}

.bottom {

 border-bottom:2px inset #f2ce9d;
 border-top:2px outset #f2ce9d;
 border-width:thin;
 background-color:#EBC99B;

}

a {
   text-decoration:none
}
a:hover {
   text-decoration:underline overline;
   color:black;
}

.textlink.a {
   text-decoration:underline;
}
.textlink.a:hover {
   text-decoration:underline;
   color:black;
}

