body {
	color: black; background: white;
	font-family: Helvetica, Arial, Trebuchet MS, sans-serif;
}

table { font-family: "Times New Roman"; }
pre { font-family: monospace; }

h1 { color: #770000; }
h2 { color: #007700; }
h3 { color: #002277; }
h4 { color: #770000; }

A { text-decoration: none; }
A:link { color: #0000ff; }
A:visited { color: #0000ff; }
A:hover { color: #0000ff; background-color: #afcfff; }
A:active { color: #fff000; }

UL       { list-style-type: disc; /* color: #770000; */ }
UL UL    { list-style-type: disc; /* color: #007700; */ }
UL UL UL { list-style-type: disc; /* color: #000077; */ }
@media screen {
UL       { list-style-image: url(../../pics/reddot.png); }
UL UL    { list-style-image: url(../../pics/greendot.png); }
UL UL UL { list-style-image: url(../../pics/bluedot.png); }
}

OL       { list-style-type: decimal; /* color: #770000; */ }
OL OL    { list-style-type: lower-alpha; /* color: #007700; */ }
OL OL OL { list-style-type: lower-roman; /* color: #000077; */ }

