body { background-color: black; }

table.outer { background-color: red; border-color: red; width: 90%; }
table.outeri { background-color: red; border-color: red; width: 750px; }
table.inner { background-color: purple; border-color: purple; padding: 2px; width: 100%; font-size: small; }
table.author { background-color: red; border-color: red; padding: 2px; width: 200px; font-size: small; }

td.common { background-color: white; }

a:link { color: red; }
a:visited { color: red; }
a:hover { color: red; }
a:active { color: purple; }

hr.common { border: 0; color: red; background-color: red; height: 2px; width: 60%; }
hr.index { border: 0; color: red; background-color: red; height: 2px; width: 600px; }
hr.archive { border: 0; color: red; background-color: red; height: 2px; width: 90%; }