﻿body
{
	color: navy;
	font-family: 'Trebuchet MS';
	background-color: #99ccff;
	font-size: 12pt;
}

.BorderImg
{
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}

li
{
	color: navy;
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS';
}

.heading1
{
	color: darkred;
	font-family: 'Monotype Corsiva';
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.heading2
{
	color: darkred;
	font-family: 'Monotype Corsiva';
	font-size: 20pt;
	font-style: italic;
	text-align: left;
	background-color: teal;
	border-right: #004000 thin solid;
	border-top: #004000 thin solid;
	border-left: #004000 thin solid;
	border-bottom: #004000 thin solid;
	padding-left: 4px;
}

.heading3
{
	color: darkred;
	font-family: 'Monotype Corsiva';
	font-size: 16pt;
	font-style: italic;
	text-align: left;
}

.Scripture
{
	color: darkred;
	font-family: 'Monotype Corsiva';
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}

tr
{
	text-align: left;
}

.FreeImage
{
	position: absolute;
}