/**************************************************
 * Used to create consistency amongst some quizes *
 **************************************************/

/*
Used by:
Are you dead?
*/

@import url(genericthingstyle.css);


body
{
	text-align: justify;
	font-size: 10pt;
}

H1
{
	font-size: 160%
}

H1 .EnlargeFont
{
	font-size: 120%;
}

H2
{
	text-align: left;
	font-size: 110%
}

P
{
	margin: 0;
}

P:first-letter
{
	margin-left: 2.3em;
}

.Author
{
	font-size: small;
	margin-bottom: 1em;
}

OL
{
	margin-left: 0em;
	padding-left: 0em;
}


OL .ChoicesList
{
	list-style-type: lower-alpha;
	margin: 0em 0em 1em 5.8em;
	list-style-position: inside;
}

/*
This does not seem to work
See http://www.w3.org/TR/REC-CSS2/generate.html#q11 for source .
LI:before
{
	display: marker;
	content: counter(mycounter, lower-roman) ")";
	counter-increment: mycounter;
}
*/

.ScoreResult
{
	font-style: italic;
	margin: 0em 0em 1em 0em;
}