
/* yellow highlight */
.yh
{	BACKGROUND-COLOR: rgb(255,255,180);
}


.header
{
	FONT-SIZE:140%; font-family: arial, verdana, sans-serif;
}

.subhead
{
	FONT-SIZE:150%; font-family: arial, verdana, sans-serif;
}


.prose
{	TEXT-ALIGN: justify; FONT-SIZE:150%; font-family: arial, verdana, sans-serif;
}

.important
{	FONT-SIZE:135%; font-family: arial, verdana, sans-serif;
}


cite
{	FONT-SIZE:90%; FONT-FAMILY: arial, verdana, sans-serif;
}


/* scripture in Word*/
.word
{	COLOR: #993300; FONT-SIZE:150%; FONT-WEIGHT: bold; FONT-FAMILY: "courier new", courier, monospace;
}


/* scripture in short takes*/
.shTkScript
{	COLOR: #993300; FONT-SIZE:150%; FONT-WEIGHT: bold; FONT-FAMILY: "courier new", courier, monospace;
}


/* parentheses within .word */
.wParen
{	COLOR: #000000; FONT-SIZE:75%; VERTICAL-ALIGN: 120%; FONT-FAMILY: "courier new", courier, monospace;
}


/* monospace sized 80% */
.80mspc
{	FONT-SIZE:80%; FONT-FAMILY: "courier new", courier, monospace;
}


.smCap
{	FONT-VARIANT: small-caps;
}


/* source of quote - a header */
.src
{	FONT-SIZE:150%; FONT-FAMILY: arial, verdana, "times new roman", sans-serif;
}


/* quotation */
.quote
{	FONT-WEIGHT: 500; FONT-SIZE:150%; FONT-FAMILY: arial, verdana, "times new roman", sans-serif;
}


/* <em> within class="quote" */
.quote em
{	FONT-WEIGHT: 600; 
}


/* <i> within class="quote". Changes font to sans-sarif */
.quote i
{	FONT-SIZE: 80%;  FONT-STYLE: normal; FONT-FAMILY: arial, verdana, sans-serif;
}


