body, td {
  color: #27211B;
  margin: 0px;
  /* background-color : #FAF7F2; */
  font-family: Verdana,Arial,sans-serif;
  font-size: 13px; 
  color: rgb(39, 33, 27); 
  background-color: rgb(249, 248, 246);
  line-height: 16px;
  text-align: justify;
}

HR{
  color: #27211B;
  background-color: #27211B;
  width: 70%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

A {
  color: #27211B;
  text-decoration: none;
}

A:hover {
  color: #6C4B2A;
  text-decoration : underline;
}

H1 {
 font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: top; 
}

H2 {
 font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: top; 
}

table.pics{
border-top: 1px solid rgb(80, 80, 80);
border-right: 1px solid rgb(80, 80, 80);
}
table.pics tr td{
border-left: 1px solid rgb(80, 80, 80);
border-bottom: 1px solid rgb(80, 80, 80); vertical-align: top; text-align: center;
font-size: 13px;
font-family: Arial, Verdana;
font-weight: bold;
}

.link, a.link, a.link:hover {
  font-size: 16px;
  font-weight: bold;
  color: #CC0000;
}