body {
	padding: 1em 1em 1em 1em;
	font-family: serif;
	color: black;
	background: white;
}


:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
	a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
	font-family: serif;
}

h1, h2, h3, h4 { text-align: center; clear: left }
h5, h6 { text-align: left }
h1 { font: 170% sans-serif }
h2 { font: bold 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: bold 100% sans-serif }
h6 { font: italic 100% sans-serif }


p.copyright { font-size: small }

@media screen {  /* hide from IE3 */
a[href]:hover { background: #ff8 }
a.pict[href]:hover { background: #fff }
}

pre {
	font-family: serif;
}

dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
	list-style: disc;		/* Mac NS has problem with 'none' */
	list-style: none;
}

/*end browser fixups, begin custom stuff*/

/*the navigation bar*/
div.links {
  margin: 0;
  padding-top: 3px;
  padding-bottom: .2em;
  font-size: 80%;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 0em;
  left: 0em;
  width: 100%;
  background: #DDF;
}
div.links p {
  margin: 0;
  font-family: Arial, sans-serif;
  border: none;
  color: black;
}

div.links a{ padding: 0em 1em .2em 1em; text-decoration: none}

div.links a:link { color: black; white-space: pre }
div.links a:link.current { color: black; background: white }
div.links a:visited { text-decoration: none; color: black }
div.links a:visited.current { color: black; background: white }
div.links a:hover { background: #aaa; color: black }
div.links a:hover.current { background: white; color: black }

p.mainPage { font-family: cursive; text-align: center; font-size: 120%; }
p.mainPage span { /*text-decoration: bold;*/ font-size: 130% }
p.resume { text-align: left }
pre.refs { text-align: center }
p.author { text-align: center; margin-top: 0em; margin-bottom: 2em }
p.bookDescription { margin-top: -1.4em }

h4 { margin-top: -1.4em; margin-bottom: 0em }/*use h4 for subtitles*/

pre.dates { margin-top: 0em; margin-left: 3em}

img.left { float: left; margin-right: .5em }
img.right { float: right }

@media print {
	div.links { display: none }
	body { padding: 0em 1em 1em 1em }
}
