body { color: black; background: white; }

h1 { font-family: Arial,Helvetica,sans-serif; font-size: 180%; }
h2 { font-family: Arial,Helvetica,sans-serif; font-size: 130%; }
h3 { font-family: Arial,Helvetica,sans-serif; font-size: 110%; color: blue; background: white; }

p { font-family: Arial,Helvetica,sans-serif; font-size: 100%; }
li { font-family: Arial,Helvetica,sans-serif; font-size: 100%; }
ul { font-family: Arial,Helvetica,sans-serif; font-size: 100%; }
dd { font-family: Arial,Helvetica,sans-serif; font-size: 100%; }
dt { font-family: Arial,Helvetica,sans-serif; font-size: 100%; }

div.indent { margin-left: 2em; font-family: Arial,Helvetica,sans-serif; font-size: 100%; }

img { border: none; }
img.title { border: none; padding: 8px; }

a:link { color: blue; background: white; }
a:visited { color: green; background: white; }
a:hover { color: red; background: #e0e0e0; }
a:active { color: red; background: white; }

