/* settings for all pages */

body {
    font-family:helvetica,arial,sans-serif;
    font-size:12pt;
}

h1 {
    font-size:larger;
    font-weight:bold;
}

h2 {
    font-size:larger;
    font-weight:normal;
    font-style:italic;
}

.small {
    font-size:smaller;
}

.indent {
    margin-left:5em;
}

/* settings for footnotes */

a.footnote {
	font-size:smaller;
	position:relative;
	top:-0.5em;
	text-decoration:none;
}

div.footnotes li {
	font-size:smaller;
}

div.footnotes:before {
	content: "Footnotes";
    font-weight:normal;
    font-style:italic;
}

/* settings for the main page */

div#mainpage p {
    text-align:center;
    font-size:smaller;
}

div#mainpage h1 {
    text-align:center;
    font-size:larger;
}

/* settings for the bestiary */

div#bestiary img {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	width:300px;
}

/* settings for publications */

div#publications li {
	margin-bottom:1ex;
}

div#publications .title {
	font-weight:bold;
}

div#publications .event {
	font-style:italic;
}

