body
{
 background-color: #E9CCB1;
 background-image:url('/images/BG.jpg');
 background-repeat:repeat-x;
 background-position:right top; 
}

a:link
{
color: blue;
text-decoration: underline;
}

a:visited
{
color: blue;
text-decoration: underline;
}

a:hover
{
color:red;
text-decoration: underline;
}

#invistyle
{
 visibility: hidden:
 display: none;
}


a.h:visited 
{ text-decoration: none; color: white; }

a.h:link 
{ text-decoration: none; color: white; }

a.h:hover 
{ text-decoration: none; color: #FFCC00;}


td
{
font-family: Verdana;
font-size: 12px;
color: #6F4924;
}


#menustyle
{
color: #FFFFFF;
background-color: #6F4924;
font-family: Verdana;
font-size: 12px;
padding: 2px;
}

a.nlink:link , a.nlink:visited
{ 
  text-decoration: none; 
  color: #6F4924;
  display: block;
  width: 100%;
  height: 100%
  background-color: #F2E4D7;
  padding: 4px;  
}

a.nlink:hover
{
  text-decoration: none;
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBD6C2;
  padding: 4px;
}

.menutop
{
 background-color: #6F4924;
 color: white;
 font-weight: bold;
 padding: 4px;
}

.menusub
{
 background-color: #F2E4D7;
}
