body
{
	font-size:10px;
	font-family:verdana;
	color:black;
}

a.navigation:link 
{
	color: red
} 
	
a.navigation:visited 
{
	color: gray
}

a.navigation:hover 
{
	color: green
}

a.navigation:active 
{
	color: blue
}

h1
{
	color: purple;
	font-size: large;
	font-variant: small-caps;
	font-weight: normal;
}

h2
{
	color: gray;
	font-family: verdana;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

.scripture
{
	color: gray;
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-alignment: center;
}

