/*Created by Luke Robison
Aug 11, 2004
luke@robisonranch.net
*/

body 	{
	background-color:#FFC;
	font:12pt Arial;
	color: #000;
	}

div 	{
	display:block;
	}

.title 	{
	font-size:18pt;
	color:#966;
	font-weight:bold;
	padding:1em 1em 1em 0;
	}
.sub_title1
	{
	font-size:12pt;
	color:#966;
	font-weight:bold;
	}
.sub_title2
	{
	font-size:10pt;
	color:#966;
	font-weight:bold;
	font-style:italic;
	}
.passage_title
	{
	display: inline;
	font-size:12pt;
	color:#966;
	font-weight:bold;
	}
.questions_title
	{
	font-size:12pt;
	color:#966;
	font-weight:bold;
	}

.practical_title
	{
	font-size:12pt;
	color:#966;
	font-weight:bold;
	}

.copyright
	{
	padding-top:1em;
	font-size:7pt;
	color:#000;
	}
