body, a, caption, h1, h2, h3, h4, h5, h6, p, pre, ol, ol ol, ul, hr, table, td { 
 background: white; 
 color: black; 
 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif 
 }
a:link {color: darkviolet }
a:visited {color: indigo }
a:hover {background: violet }
a:active {color: red }
caption { font-size: smaller }
h1, h2, h3, h4, h5, h6, hr { color: darkviolet }
ol { font-size: smaller }
p { font-size: smaller }
pre { font-family: "Courier New", Courier, monospace }
ul { font-size: smaller; list-style-type: circle }
table { border: thin solid white }
td { border: thin solid white }
th { color: white; background:  darkviolet }
