header {
    color:white;
    border:none; 
    background-image: url('photo-01-bw.jpg'); 
    background-size: cover;
}

a, a:visited {color:#73604d;}

nav, header>nav a,header>nav a:visited {color:white;}

header > nav a,header > nav a:visited {background-color:#73604d; border: 1px solid #73604d;}
header > nav a:hover {border: 1px solid white;}

.button, a.button, button, a.button:hover, header > nav a:hover, header > nav a.button:hover {
    border: 1px solid #73604d;
    background-color: #73604d;
    color: white;
}


table, thead, tbody, th, td {
  border: none;
  background: none;
  font-weight: normal;
  font-size: small;
  text-align: right;
}

th > h4, td > h4 {margin-bottom: 0px;}

tr {border-top: 1px solid #b0a69d;}
tr:first-child {border-top: none;}
tr:last-child {border-bottom: 1px solid #b0a69d;}


li {padding-bottom: 0.5em;}

thead, th {color: #73604d; }
td:first-child, th:first-child {text-align: left;}

aside, details, pre, progress {background-color: red;}
h2,h3,h4,h5,h6,h7  {color: #73604d;}

article {border: none;}

tr:nth-child(even) {background: none;}
