html {
  text-align:center;
  background: #FFFFF0;
  font-family: 'OrkneyRegular';
  font-size:1.3em;
}

.body {
min-height: calc(100vh - 64px);
}

article{width:90%;
margin:auto;
text-align:left;}
h1{text-transform:capitalize;}

a, h2 a {text-decoration:none;
color:#000;}

.dox, .byline {display:none}

footer, footer a {
font-size: 13px;
  color: #111;
}

article a[href^="http://"]:not([href*="mark.beech.org.uk"]),
article a[href^="https://"]:not([href*="mark.beech.org.uk"]){text-decoration: underline;
color:#606060;
}

table { table-layout: fixed;
width: 100%;
text-align: left; }


tr:nth-child(odd) { background: #fff8f0; }
tr:nth-child(even),th { background: #f8fff0; }
li:nth-child(even) { background: #f8fff0; }
li:nth-child(odd) { background: #FFFFF0; }

td {overflow:none;}

ul li {
    list-style-type: none;
}
