h1          { text-align: center; }
h1.plain    { text-align: left; }
h2          { text-align: center; }
h3          { font-family: sans-serif; }

table.links { background-color: silver; width: 75%; border: 2px solid purple; }
table.feats { background-color: silver; width: 80%; border: 2px ridge darkblue; }
table.plain { background-color: silver; width: 45%; border: 2px ridge darkblue; }

td.caption  { text-align: center; color: darkblue; }
td.links    { text-align: center; border-right: 2px solid purple; font-size: 10pt; }
td.nolinks  { text-align: center; border-right: 2px solid purple; font-size: 10pt; color: darkred }
td.homes    { text-align: center; font-size: 10pt; }
td.heading  { color: darkblue; font-weight: bold; }
td.namer    { color: darkgreen; width: 20%; vertical-align: top; }
td.sider    { color: darkblue; vertical-align: middle; }
td.middle   { text-align: center; }
td.arrow    { text-align: center; width: 50px; }

img         { border: 2px solid black; margin: 4px 7px 4px 7px; }
img.plain   { border-style: none; }

p           { font-family: "Georgia", sans-serif; }
p.caption   { text-align: center; color: darkblue; }
p.summary   { color: darkred; margin-right: 20%; margin-left: 20%; font-size: larger; }


div.aright  { float: right; }

span.taxon   { font-style: italic; font-family: "Arial", sans-serif; }