/*******************************************************************************
 * corehermione.css
 * Basic styles to make the thing readable.
 * Author: Sebastian Redl
 * Requirements: whitespace: pre
*******************************************************************************/

span.name, span.thoughts, span.spell, .flashback {
	font-style: italic;
}
.flashback span.name, .flashback span.thoughts, .flashback span.spell {
	font-style: normal;
}

ul.equipment {
	padding-left: 4em;
	list-style-type: none;
}

div.authornote {
	font-style: italic;
}

div.tombstone, div.plaque {
	font-style: italic;
	text-align: center;
	white-space: pre;
}
div.poem {
	padding-left: 2em;
	white-space: pre;
	font-style: italic;
}

p.letter {
	white-space: pre;
}

p.banner {
	white-space: pre;
	text-align: center;
}

blockquote.realquote {
	font-style: italic;
	width: 14em;
}
blockquote.realquote p.source {
	text-align: right;
}


