html {
background-color: white;
color: black;
}

h1 {
background-image: url("/images/portchester.jpg");
}

[dir="rtl"] h1 {
background-image: url("/images/portchester-rtl.jpg");
}

a:link {
background-color: inherit;
color: blue;
}

a:visited {
background-color: inherit;
color: rgb(85, 26, 139);
}

table, th, td {
border-color: black;
}

tbody > tr:nth-child(odd) {
background-color: darkgray;
color: white;
}

.section-head, .section {
background-color: white;
}

#haiku-nav {
color: #cfcfcf;
}
