/* The main css sheet is really just setting things up according to my
taste.  Other sheets will apply fonts and things that really matter to
the text */
BLOCKQUOTE {
margin-left: +3em
}

DT {
margin-top: 1em
}

BODY {
background-color: white
color: black
}

PRE {
margin-left: +2em
}

TABLE {
margin-left: +2em
}

A:link {color: blue}
A:visited {color: purple}
A:hover {color: red}
A:active {color: green}

