/* Stylesheet for Hope's Legendary Lore */

/* The basics */
BODY {
	background: #FFFFFF;
	color: #000000;
	font: normal medium serif;
}

/* Headings */
H1 {
	font: normal x-large/normal serif;
	text-align: center;
}

H1.p1special {
	font: italic normal x-large/normal serif;
	text-align: center;    
}

H2 {
	font: normal large/normal serif;
	text-align: center;
    }

H3 {
	font: normal medium/normal serif;
	text-align: center;
    }


/* Paras */
P {
	text-align: justify;
	text-indent: 1em;
}

P.centre {
	text-align: center;
	text-indent: 0em;
}

P.first {
	text-align: justify;
	text-indent: 0em;
}


P.footer {
	text-align: center;
	text-indent: 0em;
}

P.poem {
    	font-size: small;
	text-align: center;
	text-indent: 0em;
}


P.poemref {
    text-align: right;
}


/* Text styles */

CITE {
	font-style: italic;
}

    

/* Make page numbers grey */    
A.page {
	color: #999999;
    }

/* Smaller text in block quotes */
BLOCKQUOTE {
	font-size: small;
    }

IMG.illustration {
	vertical-align: middle;
	border-width: 3px;
	border-style: solid;
	border-color: #FFFFFF;
}
    
IMG.pointer {
	vertical-align: middle;
	border-width: 3px;
	border-style: solid;
	border-color: #FFFFFF;
}

   