a:link {
  color: #000080; text-decoration: none
}
a:visited {
  color: #000080; text-decoration: none
}
a:active {
  color: #000080; text-decoration: none
}
a:hover {
  color: #000080; text-decoration: underline
}


.photo:link {
  font-size: 22px;
  color: #582C2C; text-decoration: none
}
.photo:visited {
  color: #582C2C; text-decoration: none
}
.photo:active {
  color: #582C2C; text-decoration: none
}
.photo:hover {
  color: #582C2C; text-decoration: underline
}


td {  font-size : 16 px;
}

hr{
  border:0;
  height:1;
  color:#CAA04A;
  background-color:#B17334;
}

.inp {  background : #FEF9D6;
}

h1 {  font-size: 22px;
  color: #582C2C;
}

h2 {
  font-size: 18px;
  color: #492525;
}

.links {
  position:absolute; top:-100;
  filter:alpha(opacity=1);
  -moz-opacity: 0.1;
  opacity: 0.1;
  font-size: 0px;
}

.border {
 border: 1px solid #9F5000;
}