BLOCKQUOTE {
margin-left: +3em
}

DL {
margin-left: +3em
}

DT {
font-weight: bold;
margin-top: 1em
}

BODY {
background-color: white;
color: black
}

PRE {
margin-left: +2em
}

TABLE {
margin-left: +2em
}

IMG {
margin-left: +2em
}

LI {
margin-bottom: 1em
}


A:link {background-color: white; color: blue}
A:visited {background-color: white; color: purple}
A:hover {background-color: white; color: red}
A:active {background-color: white; color: green}

/* these three define notes */
.note:before {
    content:  "(note:  "
}

.note:after {
    content: ")"
}

.note {
	font-style:  italic
}

