BODY {
        BACKGROUND-COLOR: #B4A77E;
        margin: 0px;
        font-family: Trebuchet MS;
        font-size: 14px;
        
}

h1 {
        font-family: Trebuchet MS;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        padding: 0;
}


/*input search */
.search {
  font-family: Trebuchet MS;
  font-size: 11px;
  border: solid;
  border-width: 1px;
  border-color: #717171;
  height: 14px;
  width: 115px;

   }

.searchcatalog {
  font-family: Trebuchet MS;
  font-size: 11px;
  border: solid;
  border-width: 1px;
  border-color: #717171;
  height: 18px;
  width: 115px;

   }

A:link {
	COLOR: #000000; TEXT-DECORATION: underline;
}
A:active {
	COLOR: #000000; TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none;
}


A.footer:link {
	COLOR: #000000; TEXT-DECORATION: none;
}
A.footer:active {
	COLOR: #000000; TEXT-DECORATION: none;
}
 A.footer:visited {
	COLOR: #000000; TEXT-DECORATION: none;
}
 A.footer:hover {
	COLOR: #000000; TEXT-DECORATION: underline;
}

form {
  margin: 0px;
  padding: 0px;
}
