a {
  color:            rgb(59,0,0);
  background-color: transparent;
}

a:hover {
  color:            rgb(195,135,0);
  background-color: rgb(59,0,0);
}

h2 {
  color:            rgb(195,135,0);
  background-color: rgb(59,0,0);
}

h3 {
  color:            rgb(195,135,0);
  background-color: rgb(59,0,0);
}

/* Box */
div.BoxFrame {
  border-color:     rgb(59,0,0);
  color:            rgb(59,0,0);
  background-color: rgb(195,135,0);
}

/* Layout Page */
table.LayoutPage {
  border-color:     rgb(135,80,0);
  color:            rgb(59,0,0);
  background-color: rgb(175,115,0);
}

/* Layout Footer */
td.LayoutFooter a {
  color:            rgb(59,0,0);
  background-color: transparent;
}

td.LayoutFooter a:hover {
  color:            rgb(175,115,0);
  background-color: rgb(59,0,0);
}

/* Picture */
a.Picture img {
  border-color:     rgb(59,0,0);
}

a.Picture:hover img {
  border-color:     rgb(59,0,0);
}

/* Document */
div.BoxDocument table {
  border-color:     rgb(59,0,0);
  color:            inherit;
  background-color: transparent;
}

div.BoxDocument th, div.BoxDocument td {
  border-color:     rgb(59,0,0);
}
