a:link	{ color: #090; background-color: inherit; text-decoration: underline }
a:visited	{ color: #060; background-color: inherit; text-decoration: underline }
a:active	{ color: red; background-color: inherit; text-decoration: underline }
a:hover	{ color: red; background-color: inherit; text-decoration: underline }

body	{ background-color: #eee; color: black }
code	{ font-weight: bold }
h1,h2	{ color: navy; text-align: center; background-color: inherit }
h3,h4	{ color: navy; background-color: inherit }
img	{ margin: 5px; border: solid black 2px }
object	{ margin: 5px; border: solid black 2px }
table	{ width: 100%; border: solid navy 3px }
th	{ color: white; background-color: navy }
th a:link	{ color: yellow }
th a:visited	{ color: orange }
td	{ vertical-align: top; border: none; padding: 3px }
